aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.service
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-28 11:19:30 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-28 11:19:30 +0100
commite9d73b0a901d7dfe1fd219aecc960747e7c49483 (patch)
tree94f835cf56a1feb453a1f65534e28334c6e258f8 /debian/gnunet.service
parentdebba1a49a46ba963553da222ade563d6d67932b (diff)
downloadgnunet-e9d73b0a901d7dfe1fd219aecc960747e7c49483.tar.gz
gnunet-e9d73b0a901d7dfe1fd219aecc960747e7c49483.zip
import Debian build rules, split off libgnunet
Diffstat (limited to 'debian/gnunet.service')
-rw-r--r--debian/gnunet.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/gnunet.service b/debian/gnunet.service
new file mode 100644
index 000000000..4b650e5ff
--- /dev/null
+++ b/debian/gnunet.service
@@ -0,0 +1,12 @@
1[Unit]
2Description=A framework for secure peer-to-peer networking
3
4[Service]
5EnvironmentFile=/etc/default/gnunet
6User=${GNUNET_USER}
7Type=forking
8ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunet.conf
9ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunet.conf
10
11[Install]
12WantedBy=multi-user.target