mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 22:39:12 +01:00
13 lines
384 B
Text
13 lines
384 B
Text
[Unit]
|
|
Description=ArchiSteamFarm User Service
|
|
Documentation=https://github.com/JustArchi/ArchiSteamFarm/wiki
|
|
Documentation=https://justarchi.github.io/ArchiSteamFarm/
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Environment="ASF_PATH=%h/.config/asf"
|
|
ExecStart=/usr/bin/dotnet /usr/lib/asf/ArchiSteamFarm.dll --process-required --no-restart
|
|
SyslogIdentifier=asf
|
|
|
|
[Install]
|
|
WantedBy=default.target
|