summarylogtreecommitdiffstats
path: root/volunode.service
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-11-22 10:09:23 +0300
committerArtem Vorotnikov2016-11-22 10:09:23 +0300
commit92733293dd11115f77ec53674de418ab9760256c (patch)
treeaaf78bcf088e251efdbae5783cbd67d00656a771 /volunode.service
parent97eaa47b05dea8be0c9bfa7773d53a510cb581a8 (diff)
downloadaur-92733293dd11115f77ec53674de418ab9760256c.tar.gz
Do not redirect IO
Diffstat (limited to 'volunode.service')
-rw-r--r--volunode.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/volunode.service b/volunode.service
index d6a2207da6f6..610a88df9838 100644
--- a/volunode.service
+++ b/volunode.service
@@ -4,7 +4,7 @@ Description=Volunode daemon
[Service]
User=volunode
Nice=19
-ExecStart=/usr/bin/volunode --dir /var/lib/volunode --redirectio --gui_rpc_port 31417
+ExecStart=/usr/bin/volunode --dir /var/lib/volunode --gui_rpc_port 31417
[Install]
WantedBy=multi-user.target