aboutsummaryrefslogtreecommitdiff
path: root/contrib/services/systemd/gnunet.service
blob: 25b3c2f0ebc208745bf1eb8d4051bcc206e4f983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Typically placed into /usr/lib/systemd/system/gnunet.service
[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