aboutsummaryrefslogtreecommitdiff
path: root/contrib/services/systemd/gnunet.service
blob: f4bf3a2d326ebf22ea81a48bafe3c1de511ac51a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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