summarylogtreecommitdiffstats
path: root/gnunet-system.service
blob: 63cbd717f1b3dc186772eca3820211e628b937bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=A framework for secure peer-to-peer networking

[Service]
User=gnunet
Type=forking
ExecStart=/usr/bin/gnunet-arm -c /etc/gnunet.conf -s
ExecStop=/usr/bin/gnunet-arm -c /etc/gnunet.conf -e
StateDirectory=gnunet
GuessMainPID=no

[Install]
WantedBy=multi-user.target