aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-08-18 23:25:01 +0200
committerrexxnor <rexxnor+gnunet@brief.li>2019-08-18 23:40:30 +0200
commitb7d497cb169f8de8973d40391f1b4f40f03db389 (patch)
tree087adcf2de989c39f0e2f8f7274d10f777500042 /contrib
parent3fe0864331282f0436687674e0474f55c6c76c46 (diff)
downloadgnunet-b7d497cb169f8de8973d40391f1b4f40f03db389.tar.gz
gnunet-b7d497cb169f8de8973d40391f1b4f40f03db389.zip
updated gnunet.service file, added copyright notice
Diffstat (limited to 'contrib')
-rw-r--r--contrib/services/systemd/gnunet.service19
1 files changed, 10 insertions, 9 deletions
diff --git a/contrib/services/systemd/gnunet.service b/contrib/services/systemd/gnunet.service
index 6bcf64d23..1c458cea6 100644
--- a/contrib/services/systemd/gnunet.service
+++ b/contrib/services/systemd/gnunet.service
@@ -1,14 +1,15 @@
1# This was copied from the AUR gnunet-git (https://aur.archlinux.org/gnunet-git.git/) at commit: 6c946b34 1# Copyright (C) 2019 GNUnet e.V.
2#
3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright
5# notice and this notice are preserved. This file is offered as-is,
6# without any warranty.
2 7
3[Unit] 8[Unit]
4Description=A framework for secure peer-to-peer networking 9Description=Service that runs a GNUnet for the user gnunet
10After=network.target
5 11
6[Service] 12[Service]
7User=gnunet 13User=gnunet
8Type=forking 14Type=simple
9ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunetd.conf 15ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf
10ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunetd.conf
11GuessMainPID=no
12
13[Install]
14WantedBy=multi-user.target