aboutsummaryrefslogtreecommitdiff
path: root/contrib/services/systemd/gnunet.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/services/systemd/gnunet.service')
-rw-r--r--contrib/services/systemd/gnunet.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/services/systemd/gnunet.service b/contrib/services/systemd/gnunet.service
new file mode 100644
index 000000000..f4bf3a2d3
--- /dev/null
+++ b/contrib/services/systemd/gnunet.service
@@ -0,0 +1,12 @@
1[Unit]
2Description=A framework for secure peer-to-peer networking
3
4[Service]
5User=gnunet
6Type=forking
7ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunetd.conf
8ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunetd.conf
9GuessMainPID=no
10
11[Install]
12WantedBy=multi-user.target