exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 69f1478551e1880ec94a748898fdabe3419a9d90
parent 215bed86e217d2258b05a56465ece1c6f8d8730a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 19 Aug 2024 07:48:47 +0200

add new auditor helpers to auditor package

Diffstat:
Adebian/taler-auditor.taler-helper-auditor-aggregation.service | 15+++++++++++++++
Adebian/taler-auditor.taler-helper-auditor-coins.service | 15+++++++++++++++
Mdebian/taler-auditor.taler-helper-auditor-deposits.service | 2+-
Adebian/taler-auditor.taler-helper-auditor-purses.service | 15+++++++++++++++
Adebian/taler-auditor.taler-helper-auditor-reserves.service | 15+++++++++++++++
Adebian/taler-auditor.taler-helper-auditor-wire-credit.service | 15+++++++++++++++
Adebian/taler-auditor.taler-helper-auditor-wire-debit.service | 15+++++++++++++++
7 files changed, 91 insertions(+), 1 deletion(-)

diff --git a/debian/taler-auditor.taler-helper-auditor-aggregation.service b/debian/taler-auditor.taler-helper-auditor-aggregation.service @@ -0,0 +1,15 @@ +[Unit] +Description=GNU Taler auditor helper checking aggregations +After=postgres.service + +[Service] +User=taler-auditor-httpd +Type=simple +Restart=always +RestartSec=1s +RestartPreventExitStatus=9 +ExecStart=/usr/bin/taler-helper-auditor-aggregation -c /etc/taler/taler.conf -L INFO +PrivateTmp=yes +PrivateDevices=yes +ProtectSystem=full +RuntimeMaxSec=3600s diff --git a/debian/taler-auditor.taler-helper-auditor-coins.service b/debian/taler-auditor.taler-helper-auditor-coins.service @@ -0,0 +1,15 @@ +[Unit] +Description=GNU Taler auditor helper checking coin histories +After=postgres.service + +[Service] +User=taler-auditor-httpd +Type=simple +Restart=always +RestartSec=1s +RestartPreventExitStatus=9 +ExecStart=/usr/bin/taler-helper-auditor-coins -c /etc/taler/taler.conf -L INFO +PrivateTmp=yes +PrivateDevices=yes +ProtectSystem=full +RuntimeMaxSec=3600s diff --git a/debian/taler-auditor.taler-helper-auditor-deposits.service b/debian/taler-auditor.taler-helper-auditor-deposits.service @@ -1,5 +1,5 @@ [Unit] -Description=GNU Taler auditor helper reporting confirmation deposits +Description=GNU Taler auditor helper checking confirmation deposits After=postgres.service [Service] diff --git a/debian/taler-auditor.taler-helper-auditor-purses.service b/debian/taler-auditor.taler-helper-auditor-purses.service @@ -0,0 +1,15 @@ +[Unit] +Description=GNU Taler auditor helper checking purses +After=postgres.service + +[Service] +User=taler-auditor-httpd +Type=simple +Restart=always +RestartSec=1s +RestartPreventExitStatus=9 +ExecStart=/usr/bin/taler-helper-auditor-purses -c /etc/taler/taler.conf -L INFO +PrivateTmp=yes +PrivateDevices=yes +ProtectSystem=full +RuntimeMaxSec=3600s diff --git a/debian/taler-auditor.taler-helper-auditor-reserves.service b/debian/taler-auditor.taler-helper-auditor-reserves.service @@ -0,0 +1,15 @@ +[Unit] +Description=GNU Taler auditor helper checking reserves +After=postgres.service + +[Service] +User=taler-auditor-httpd +Type=simple +Restart=always +RestartSec=1s +RestartPreventExitStatus=9 +ExecStart=/usr/bin/taler-helper-auditor-reserves -c /etc/taler/taler.conf -L INFO +PrivateTmp=yes +PrivateDevices=yes +ProtectSystem=full +RuntimeMaxSec=3600s diff --git a/debian/taler-auditor.taler-helper-auditor-wire-credit.service 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 diff --git a/debian/taler-auditor.taler-helper-auditor-wire-debit.service b/debian/taler-auditor.taler-helper-auditor-wire-debit.service @@ -0,0 +1,15 @@ +[Unit] +Description=GNU Taler auditor helper checking outgoing wire debit operations +After=postgres.service + +[Service] +User=taler-auditor-httpd +Type=simple +Restart=always +RestartSec=1s +RestartPreventExitStatus=9 +ExecStart=/usr/bin/taler-helper-auditor-wire-debit -c /etc/taler/taler.conf -L INFO +PrivateTmp=yes +PrivateDevices=yes +ProtectSystem=full +RuntimeMaxSec=3600s