blob: 2c1f11ef1a86d39bc3549773dcb712661cda760c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=ArchiSteamFarm User Service
Documentation=https://github.com/JustArchi/ArchiSteamFarm/wiki
Documentation=https://justarchi.github.io/ArchiSteamFarm/
Wants=network.target
[Service]
ExecStart=/usr/bin/dotnet /usr/lib/asf/ArchiSteamFarm.dll --process-required --no-restart --path=%h/.config/asf
[Install]
WantedBy=default.target
|