taler-exchange.taler-exchange-wirewatch@.service (528B)
1 [Unit] 2 StartLimitIntervalSec=0 3 Description=GNU Taler payment system exchange wirewatch service 4 After=network.target 5 PartOf=taler-exchange.target 6 7 [Service] 8 # DD102: retry transient failures without a start-rate limit. 9 Restart=always 10 RestartSec=10s 11 RestartPreventExitStatus=6 9 12 User=taler-exchange-wire 13 Type=simple 14 ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf 15 StandardOutput=journal 16 StandardError=journal 17 PrivateTmp=yes 18 PrivateDevices=yes 19 ProtectSystem=full 20 Slice=taler-exchange.slice 21 RuntimeMaxSec=3600s