diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-19 07:48:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-19 07:48:47 +0200 |
commit | 69f1478551e1880ec94a748898fdabe3419a9d90 (patch) | |
tree | b6206b6809606b07f8e6b2dbb99c206118b3dea1 /debian/taler-auditor.taler-helper-auditor-wire-credit.service | |
parent | 215bed86e217d2258b05a56465ece1c6f8d8730a (diff) |
add new auditor helpers to auditor package
Diffstat (limited to 'debian/taler-auditor.taler-helper-auditor-wire-credit.service')
-rw-r--r-- | debian/taler-auditor.taler-helper-auditor-wire-credit.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/taler-auditor.taler-helper-auditor-wire-credit.service b/debian/taler-auditor.taler-helper-auditor-wire-credit.service new file mode 100644 index 000000000..d810227a0 --- /dev/null +++ b/debian/taler-auditor.taler-helper-auditor-wire-credit.service @@ -0,0 +1,15 @@ +[Unit]
+Description=GNU Taler auditor helper checking for missing wire credit transfers
+After=postgres.service
+
+[Service]
+User=taler-auditor-httpd
+Type=simple
+Restart=always
+RestartSec=1s
+RestartPreventExitStatus=9
+ExecStart=/usr/bin/taler-helper-auditor-wire-credit -c /etc/taler/taler.conf -L INFO
+PrivateTmp=yes
+PrivateDevices=yes
+ProtectSystem=full
+RuntimeMaxSec=3600s
|