summarylogtreecommitdiffstats
path: root/asf.service
diff options
context:
space:
mode:
authorGilrain2018-05-26 10:06:34 +0200
committerGilrain2018-05-26 10:06:34 +0200
commit0a5c553af05a1260b90482ce06c1fa9832092824 (patch)
tree0b81ad29857950da9c629ecdc69ae1de4ec8f0ef /asf.service
parent5ca261e34b354b2100f93551ca96d901516fe9ba (diff)
downloadaur-0a5c553af05a1260b90482ce06c1fa9832092824.tar.gz
alter systemd services to comply with --server deprecation
Diffstat (limited to 'asf.service')
-rw-r--r--asf.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/asf.service b/asf.service
index a27bc322af31..feceaba27e89 100644
--- a/asf.service
+++ b/asf.service
@@ -8,7 +8,7 @@ After=network.target
[Service]
User=asf
Group=asf
-ExecStart=/usr/bin/dotnet /usr/lib/asf/ArchiSteamFarm.dll --server --path=/var/lib/asf
+ExecStart=/usr/bin/dotnet /usr/lib/asf/ArchiSteamFarm.dll --process-required --no-restart --path=/var/lib/asf
ProtectSystem=true
ReadWritePaths=/var/lib/asf