aboutsummaryrefslogtreecommitdiff
path: root/debian/taler-exchange.taler-exchange-rundir.service
blob: b7614c0d965dcf9d35afbfe14a7d6b89ddc36463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Shared private runtime directory for the GNU Taler exchange

[Service]
Type=oneshot
RuntimeDirectory=taler-exchange-private
RuntimeDirectoryMode=2660
User=root
Group=taler-exchange-secmod
ExecStart=/bin/true
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target