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

[Service]
User=asf
Group=asf
ExecStart=/usr/bin/asf --server
ProtectSystem=true
ReadWritePaths=/opt/asf

[Install]
WantedBy=multi-user.target