17 lines
368 B
SYSTEMD
17 lines
368 B
SYSTEMD
|
[Unit]
|
||
|
Description=GNU Taler payment system exchange wirewatch service
|
||
|
After=network.target
|
||
|
PartOf=taler-exchange.target
|
||
|
|
||
|
[Service]
|
||
|
User=taler-exchange-wire
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
RestartSec=100ms
|
||
|
ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf
|
||
|
StandardOutput=journal
|
||
|
StandardError=journal
|
||
|
PrivateTmp=yes
|
||
|
PrivateDevices=yes
|
||
|
ProtectSystem=full
|