aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.service
blob: b538802c46e08b376ae6de0a274e13e51bd068ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=GNUnet system service
After=network.target

[Service]
Type=simple
User=gnunet
ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf
StateDirectory=gnunet

[Install]
WantedBy=multi-user.target