debian: rundir permissions

This commit is contained in:
Florian Dold 2021-07-26 23:51:21 +02:00
parent afd1fd4211
commit 786e619d08
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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