blob: 95b673e5a81863eed6ddd6a9c958698925778d93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=GNU Taler payment system exchange aggregator service
[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
|