From eaf1cc8fcb320ce30cd19bdd2cc630eb272972f5 Mon Sep 17 00:00:00 2001 From: xrs Date: Tue, 1 Jan 2019 19:49:36 +0100 Subject: add gnunet.service file for systemd --- contrib/services/systemd/gnunet.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contrib/services/systemd/gnunet.service (limited to 'contrib/services') 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 -- cgit v1.2.3