From d510003206ad186015e5ab0a3744fc9b0a8e7488 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 1 Sep 2021 10:28:09 +0200 Subject: add fix for GNUnet directory permissions by madmurphy --- contrib/services/systemd/gnunet.service | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') 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 User=gnunet ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf StateDirectory=gnunet +StateDirectoryMode=0700 [Install] WantedBy=multi-user.target -- cgit v1.2.3