gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: add gnunet.service file for


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: add gnunet.service file for systemd
Date: Tue, 01 Jan 2019 19:49:45 +0100

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new eaf1cc8fc add gnunet.service file for systemd
eaf1cc8fc is described below

commit eaf1cc8fcb320ce30cd19bdd2cc630eb272972f5
Author: xrs <address@hidden>
AuthorDate: Tue Jan 1 19:49:36 2019 +0100

    add gnunet.service file for systemd
---
 contrib/services/systemd/gnunet.service | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]