2021-07-26 23:37:13 +02:00
|
|
|
[Unit]
|
2021-07-26 23:51:21 +02:00
|
|
|
Description=Shared private runtime directory for the GNU Taler exchange
|
2021-07-26 23:37:13 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RuntimeDirectory=taler-exchange-private
|
2021-07-26 23:51:21 +02:00
|
|
|
RuntimeDirectoryMode=2660
|
2021-07-26 23:37:13 +02:00
|
|
|
User=root
|
2021-07-26 23:51:21 +02:00
|
|
|
Group=taler-exchange-secmod
|
2021-07-26 23:37:13 +02:00
|
|
|
ExecStart=/bin/true
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|