aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-28 12:27:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-28 12:27:14 +0200
commit194059e45f95532c226bfbd29b2e43c2659a1552 (patch)
treeba29d38dd59d79740bb59b8f20490b7a6fc87ad8 /debian
parent59a36b88e6d6f0b1cd706ef21771656f9357e9a4 (diff)
downloadgnunet-194059e45f95532c226bfbd29b2e43c2659a1552.tar.gz
gnunet-194059e45f95532c226bfbd29b2e43c2659a1552.zip
-add files from madmurphy so that other distros may benefit
Diffstat (limited to 'debian')
-rw-r--r--debian/gnunet.service12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/gnunet.service b/debian/gnunet.service
index 4b650e5ff..b538802c4 100644
--- a/debian/gnunet.service
+++ b/debian/gnunet.service
@@ -1,12 +1,12 @@
1[Unit] 1[Unit]
2Description=A framework for secure peer-to-peer networking 2Description=GNUnet system service
3After=network.target
3 4
4[Service] 5[Service]
5EnvironmentFile=/etc/default/gnunet 6Type=simple
6User=${GNUNET_USER} 7User=gnunet
7Type=forking 8ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf
8ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunet.conf 9StateDirectory=gnunet
9ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunet.conf
10 10
11[Install] 11[Install]
12WantedBy=multi-user.target 12WantedBy=multi-user.target