diff options
author | Nic Eigel <nic@eigel.ch> | 2024-01-16 22:37:07 +0100 |
---|---|---|
committer | Nic Eigel <nic@eigel.ch> | 2024-01-16 22:37:07 +0100 |
commit | 45b110edb2b4fd39c56f433c5c0a7f93cd29d4da (patch) | |
tree | 3ce6145e8ea7f67daaa1af55b3651002021167fd /debian/taler-auditor.taler-helper-auditor-deposits.service | |
parent | 510d4fc5234e8e17d73e8d95a0dc66ad37c03fef (diff) |
progress on auditor helpers
Diffstat (limited to 'debian/taler-auditor.taler-helper-auditor-deposits.service')
-rw-r--r-- | debian/taler-auditor.taler-helper-auditor-deposits.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/taler-auditor.taler-helper-auditor-deposits.service b/debian/taler-auditor.taler-helper-auditor-deposits.service new file mode 100644 index 000000000..a536d5d25 --- /dev/null +++ b/debian/taler-auditor.taler-helper-auditor-deposits.service @@ -0,0 +1,15 @@ +[Unit]
+Description=GNU Taler auditor helper reporting confirmation deposits
+After=postgres.service
+
+[Service]
+User=taler-auditor-httpd
+Type=simple
+Restart=always
+RestartSec=1s
+RestartPreventExitStatus=9
+ExecStart=/usr/bin/taler-helper-auditor-deposits -c /etc/taler/taler.conf
+PrivateTmp=yes
+PrivateDevices=yes
+ProtectSystem=full
+RuntimeMaxSec=3600s
|