diff options
Diffstat (limited to 'debian/taler-auditor.taler-helper-auditor-aggregation.service')
-rw-r--r-- | debian/taler-auditor.taler-helper-auditor-aggregation.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/taler-auditor.taler-helper-auditor-aggregation.service b/debian/taler-auditor.taler-helper-auditor-aggregation.service new file mode 100644 index 000000000..f8617d4f1 --- /dev/null +++ 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
|