blob: bd1349985f6e10b3f878c94d92fe24b6c336bf67 (
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 --server --path=%h/.config/asf
[Install]
WantedBy=default.target
|