summarylogtreecommitdiffstats
path: root/volunode.service
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-12-11 16:57:05 +0300
committerArtem Vorotnikov2016-12-11 16:57:05 +0300
commitd1446d1ecdb600ca426a43d60ac34843f2cffd96 (patch)
treed923899f2cc3c69757deb0ae88b9655729fc5607 /volunode.service
parent3dc01eb2b396d9b38a4be86299ab4f02b96299d8 (diff)
downloadaur-d1446d1ecdb600ca426a43d60ac34843f2cffd96.tar.gz
Use WorkingDirectory instead of --dir
Diffstat (limited to 'volunode.service')
-rw-r--r--volunode.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/volunode.service b/volunode.service
index 1d5146c2c9af..2f7c9a455ae9 100644
--- a/volunode.service
+++ b/volunode.service
@@ -4,7 +4,8 @@ Description=Volunode daemon
[Service]
User=volunode
Nice=19
-ExecStart=/usr/bin/volunode --dir /var/lib/volunode --gui_rpc_port 31417 --allow_remote_gui_rpc
+ExecStart=/usr/bin/volunode --gui_rpc_port 31417 --allow_remote_gui_rpc
+WorkingDirectory=/var/lib/volunode
[Install]
WantedBy=multi-user.target