diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/services/systemd/gnunet.service | 1 |
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 User=gnunet ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c /etc/gnunet.conf StateDirectory=gnunet +StateDirectoryMode=0700 [Install] WantedBy=multi-user.target |