taler-exchange.taler-exchange-wirewatch.service (592B)
1 [Unit] 2 StartLimitIntervalSec=0 3 Description=GNU Taler payment system exchange wirewatch service 4 After=network.target postgresql.service 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 User=taler-exchange-wire 12 Type=simple 13 RestartMode=direct 14 RestartPreventExitStatus=6 9 15 RuntimeMaxSec=3600s 16 ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler-exchange/taler-exchange.conf -L INFO 17 StandardOutput=journal 18 StandardError=journal 19 PrivateTmp=yes 20 PrivateDevices=yes 21 ProtectSystem=full 22 Slice=taler-exchange.slice