aur/asf.service

15 lines
332 B
Desktop File

[Unit]
Description=ArchiSteamFarm Service
Documentation=https://github.com/JustArchi/ArchiSteamFarm/wiki
Wants=network.target
After=network.target
[Service]
User=asf
Group=asf
ExecStart=/usr/bin/mono /opt/asf/ASF.exe --server --path=/var/lib/asf
ProtectSystem=true
ReadWritePaths=/var/lib/asf
[Install]
WantedBy=multi-user.target