aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/taler-exchange.taler-exchange-rundir.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/taler-exchange.taler-exchange-rundir.service b/debian/taler-exchange.taler-exchange-rundir.service
index c42392945..b7614c0d9 100644
--- a/debian/taler-exchange.taler-exchange-rundir.service
+++ b/debian/taler-exchange.taler-exchange-rundir.service
@@ -1,12 +1,12 @@
[Unit]
-Description=Private runtime directory for the GNU Taler exchange
+Description=Shared private runtime directory for the GNU Taler exchange
[Service]
-# We just want to create the run directory
Type=oneshot
RuntimeDirectory=taler-exchange-private
+RuntimeDirectoryMode=2660
User=root
-Group=taler-exchange-private
+Group=taler-exchange-secmod
ExecStart=/bin/true
RemainAfterExit=yes