mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 02:25:24 +01:00
15 lines
332 B
Desktop File
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
|