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

[Service]
# We just want to create the run directory
Type=oneshot
RuntimeDirectory=taler-exchange-private
User=root
Group=taler-exchange-private
ExecStart=/bin/true
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target