summarylogtreecommitdiffstats
path: root/asf.service
blob: 8168a0b9e881ee5a0879ee37ad521b5dc053aea3 (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
ReadWriteDirectories=/opt/asf

[Install]
WantedBy=multi-user.target