mirror of
https://github.com/archlinux/aur.git
synced 2026-02-18 10:22:43 +01:00
14 lines
269 B
Desktop File
14 lines
269 B
Desktop File
[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
|