aboutsummaryrefslogtreecommitdiff
path: root/contrib/services/systemd/gnunet.service
blob: 6bcf64d23f981f9e95456676bf294d386b296911 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This was copied from the AUR gnunet-git (https://aur.archlinux.org/gnunet-git.git/) at commit: 6c946b34

[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