2021-07-26 14:18:02 +02:00
|
|
|
[Unit]
|
|
|
|
Description=GNU Taler payment system exchange aggregator service
|
2021-07-27 15:42:39 +02:00
|
|
|
PartOf=taler-exchange.service
|
2021-07-26 14:18:02 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=taler-exchange-aggregator
|
|
|
|
Type=simple
|
|
|
|
Restart=on-failure
|
|
|
|
ExecStart=/usr/bin/taler-exchange-aggregator -c /etc/taler/exchange-service-default.conf
|
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
|
|
|
PrivateTmp=yes
|
|
|
|
PrivateDevices=yes
|
|
|
|
ProtectSystem=full
|