debian: rundir permissions
This commit is contained in:
parent
afd1fd4211
commit
786e619d08
@ -1,12 +1,12 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Private runtime directory for the GNU Taler exchange
|
Description=Shared private runtime directory for the GNU Taler exchange
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
# We just want to create the run directory
|
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RuntimeDirectory=taler-exchange-private
|
RuntimeDirectory=taler-exchange-private
|
||||||
|
RuntimeDirectoryMode=2660
|
||||||
User=root
|
User=root
|
||||||
Group=taler-exchange-private
|
Group=taler-exchange-secmod
|
||||||
ExecStart=/bin/true
|
ExecStart=/bin/true
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user