summarylogtreecommitdiffstats
path: root/volunode.service
diff options
context:
space:
mode:
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