summarylogtreecommitdiffstats
path: root/foldingathome.service
diff options
context:
space:
mode:
authorDmitry Kharitonov2020-04-19 19:21:22 +0500
committerDmitry Kharitonov2020-04-19 19:21:22 +0500
commitc0916b953add85cab2a34e1228fa1cf3d3ff7d3b (patch)
tree92dce292f0b33f00104d4ab786799f30dfc48ef3 /foldingathome.service
parent31df2bdd3e67b2cd1196b559d81a993f3ae200e2 (diff)
downloadaur-c0916b953add85cab2a34e1228fa1cf3d3ff7d3b.tar.gz
Updated foldingathome.service
--chdir instead of --exec-directory, --data-directory
Diffstat (limited to 'foldingathome.service')
-rw-r--r--foldingathome.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/foldingathome.service b/foldingathome.service
index 5219a6317ca8..ed6998cebe0d 100644
--- a/foldingathome.service
+++ b/foldingathome.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/fah
-ExecStart=/opt/fah/FAHClient --config /opt/fah/config.xml --exec-directory=/opt/fah --data-directory=/opt/fah
+ExecStart=/opt/fah/FAHClient --config /opt/fah/config.xml --chdir=/opt/fah
[Install]
WantedBy=multi-user.target