summarylogtreecommitdiffstats
path: root/asf.service
blob: 11372d59f84a7fa7772cc1d6269facb87d35f505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=ArchiSteamFarm Service
Documentation=https://github.com/JustArchi/ArchiSteamFarm/wiki
Documentation=https://justarchi.github.io/ArchiSteamFarm/
Wants=network.target
After=network.target

[Service]
User=asf
Group=asf
ExecStart=/usr/bin/dotnet /usr/lib/asf/ArchiSteamFarm.dll --server --path=/var/lib/asf
ProtectSystem=true
ReadWritePaths=/var/lib/asf
ReadWritePaths=/var/log/asf.log

[Install]
WantedBy=multi-user.target