aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.service
blob: 4b650e5ff64239f373e11bd0e3e8abe1b1711ca9 (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]
EnvironmentFile=/etc/default/gnunet
User=${GNUNET_USER}
Type=forking
ExecStart=/usr/bin/gnunet-arm -s -c /etc/gnunet.conf
ExecStop=/usr/bin/gnunet-arm -e -c /etc/gnunet.conf

[Install]
WantedBy=multi-user.target