aboutsummaryrefslogtreecommitdiff
path: root/contrib/services
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-01 10:28:09 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-01 10:28:21 +0200
commitd510003206ad186015e5ab0a3744fc9b0a8e7488 (patch)
tree97e00b13d0a55142710ef7c153b6477021594ded /contrib/services
parenta2b5de8e03aea9d8664817ba51720ccf27517f4f (diff)
downloadgnunet-d510003206ad186015e5ab0a3744fc9b0a8e7488.tar.gz
gnunet-d510003206ad186015e5ab0a3744fc9b0a8e7488.zip
add fix for GNUnet directory permissions by madmurphy
Diffstat (limited to 'contrib/services')
-rw-r--r--contrib/services/systemd/gnunet.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/services/systemd/gnunet.service b/contrib/services/systemd/gnunet.service
index 25b3c2f0e..daa38a046 100644
--- a/contrib/services/systemd/gnunet.service
+++ b/contrib/services/systemd/gnunet.service
@@ -8,6 +8,7 @@ Type=simple
8User=gnunet 8User=gnunet
9ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf 9ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf
10StateDirectory=gnunet 10StateDirectory=gnunet
11StateDirectoryMode=0700
11 12
12[Install] 13[Install]
13WantedBy=multi-user.target 14WantedBy=multi-user.target