summarylogtreecommitdiffstats
path: root/asf.service
diff options
context:
space:
mode:
Diffstat (limited to 'asf.service')
-rw-r--r--asf.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/asf.service b/asf.service
new file mode 100644
index 000000000000..8168a0b9e881
--- /dev/null
+++ b/asf.service
@@ -0,0 +1,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