15 lines
341 B
SYSTEMD
15 lines
341 B
SYSTEMD
|
[Unit]
|
||
|
Description=GNU Taler payment system exchange transfer service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=taler-exchange-wire
|
||
|
Type=simple
|
||
|
Restart=on-failure
|
||
|
ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/exchange-service-wire.conf
|
||
|
StandardOutput=journal
|
||
|
StandardError=journal
|
||
|
PrivateTmp=yes
|
||
|
PrivateDevices=yes
|
||
|
ProtectSystem=full
|