taler-auditor.taler-helper-auditor-deposits.service (776B)
1 [Unit] 2 Description=GNU Taler auditor helper checking confirmation deposits 3 After=postgres.service 4 PartOf=taler-auditor.target 5 6 [Service] 7 User=taler-auditor-httpd 8 Type=simple 9 Restart=always 10 RestartSec=1s 11 RestartPreventExitStatus=9 12 ExecStart=/usr/bin/taler-helper-auditor-deposits -c /etc/taler-auditor/taler-auditor.conf -L INFO 13 PrivateTmp=yes 14 PrivateDevices=yes 15 ProtectSystem=full 16 RuntimeMaxSec=3600s 17 18 StandardOutput=journal 19 StandardError=journal 20 Slice=taler-auditor.slice 21 22 # Disable the service if more than 5 restarts are encountered within 5s. 23 # These are usually the systemd defaults, but can be overwritten, thus we set 24 # them here explicitly, as the exchange code assumes StartLimitInterval 25 # to be >=5s. 26 StartLimitBurst=5 27 StartLimitInterval=5s