6bcf64d23f981f9e95456676bf294d386b296911
[oweals/gnunet.git] / contrib / services / systemd / gnunet.service
1 # This was copied from the AUR gnunet-git (https://aur.archlinux.org/gnunet-git.git/) at commit: 6c946b34
2
3 [Unit]
4 Description=A framework for secure peer-to-peer networking
5
6 [Service]
7 User=gnunet
8 Type=forking
9 ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunetd.conf
10 ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunetd.conf
11 GuessMainPID=no
12
13 [Install]
14 WantedBy=multi-user.target