summarylogtreecommitdiffstats
path: root/volunode.service
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-11-09 11:22:33 +0300
committerArtem Vorotnikov2016-11-09 11:22:33 +0300
commitd5b0a31b01e5faa706be80470ada0a9c7e004381 (patch)
tree900997f290e2b175eca228ae4da90582e83d3038 /volunode.service
downloadaur-d5b0a31b01e5faa706be80470ada0a9c7e004381.tar.gz
Initial commit
Diffstat (limited to 'volunode.service')
-rw-r--r--volunode.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/volunode.service b/volunode.service
new file mode 100644
index 000000000000..d6a2207da6f6
--- /dev/null
+++ b/volunode.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Volunode daemon
+
+[Service]
+User=volunode
+Nice=19
+ExecStart=/usr/bin/volunode --dir /var/lib/volunode --redirectio --gui_rpc_port 31417
+
+[Install]
+WantedBy=multi-user.target