summarylogtreecommitdiffstats
path: root/gnunet-system.service
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-system.service')
-rw-r--r--gnunet-system.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnunet-system.service b/gnunet-system.service
new file mode 100644
index 000000000000..63cbd717f1b3
--- /dev/null
+++ b/gnunet-system.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=A framework for secure peer-to-peer networking
+
+[Service]
+User=gnunet
+Type=forking
+ExecStart=/usr/bin/gnunet-arm -c /etc/gnunet.conf -s
+ExecStop=/usr/bin/gnunet-arm -c /etc/gnunet.conf -e
+StateDirectory=gnunet
+GuessMainPID=no
+
+[Install]
+WantedBy=multi-user.target