summaryrefslogtreecommitdiff
path: root/community/gnunet/gnunet.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnunet/gnunet.service')
-rw-r--r--community/gnunet/gnunet.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/gnunet/gnunet.service b/community/gnunet/gnunet.service
new file mode 100644
index 000000000..5625978a5
--- /dev/null
+++ b/community/gnunet/gnunet.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=A framework for secure peer-to-peer networking
+
+[Service]
+User=nobody
+Type=forking
+ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunetd.conf
+
+[Install]
+WantedBy=multi-user.target