exchange/debian/taler-exchange.taler-exchange-closer.service

15 lines
330 B
SYSTEMD
Raw Normal View History

2021-07-27 15:58:50 +02:00
[Unit]
Description=GNU Taler payment system exchange closer service
PartOf=taler-exchange.target
2021-07-27 15:58:50 +02:00
[Service]
User=taler-exchange-closer
Type=simple
Restart=on-failure
2021-07-29 13:41:49 +02:00
ExecStart=/usr/bin/taler-exchange-closer -c /etc/taler/taler.conf
2021-07-27 15:58:50 +02:00
StandardOutput=journal
StandardError=journal
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full