From: xrs Date: Tue, 1 Jan 2019 18:49:36 +0000 (+0100) Subject: add gnunet.service file for systemd X-Git-Tag: v0.11.0~154 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eaf1cc8fcb320ce30cd19bdd2cc630eb272972f5;p=oweals%2Fgnunet.git add gnunet.service file for systemd --- 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 @@ +[Unit] +Description=A framework for secure peer-to-peer networking + +[Service] +User=gnunet +Type=forking +ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunetd.conf +ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunetd.conf +GuessMainPID=no + +[Install] +WantedBy=multi-user.target