15 lines
376 B
SYSTEMD
15 lines
376 B
SYSTEMD
|
[Unit]
|
||
|
Description=GNU Taler payment system exchange aggregator service
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/default/taler-exchange
|
||
|
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
|