summarylogtreecommitdiffstats
path: root/asf.service
blob: 987ea1a97a52c28e2fadeb83e13bff8857e0cffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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/asf --server --path /var/lib/asf
ProtectSystem=true
ReadWritePaths=/var/lib/asf

[Install]
WantedBy=multi-user.target