aboutsummaryrefslogtreecommitdiff
path: root/contrib/packages/fedora/gnunet.service
blob: daa38a0462c8b156f0a48f2611c0f5238e19007e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
StateDirectoryMode=0700

[Install]
WantedBy=multi-user.target