summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-12 13:18:41 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-12 13:18:41 +0200
commit6f608fbcebc6dbc0c98212de218c30f58ae5e4b9 (patch)
treeee62ee8180692232790881072de31cb45b3c2800 /debian
parent69684b2fe1b0e7c857d23e6a7ffcaff41a931435 (diff)
downloadmerchant-6f608fbcebc6dbc0c98212de218c30f58ae5e4b9.tar.gz
merchant-6f608fbcebc6dbc0c98212de218c30f58ae5e4b9.tar.bz2
merchant-6f608fbcebc6dbc0c98212de218c30f58ae5e4b9.zip
wirewatch skeleton: debian service
Diffstat (limited to 'debian')
-rw-r--r--debian/taler-merchant.taler-merchant-wirewatch.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/taler-merchant.taler-merchant-wirewatch.service b/debian/taler-merchant.taler-merchant-wirewatch.service
new file mode 100644
index 00000000..5cf6c8c7
--- /dev/null
+++ b/debian/taler-merchant.taler-merchant-wirewatch.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=GNU Taler payment system merchant bank transfer import service
+After=postgres.service
+
+[Service]
+User=taler-merchant-httpd
+Type=simple
+Restart=always
+RestartSec=1s
+ExecStart=/usr/bin/taler-merchant-wirewatch -c /etc/taler/taler.conf
+PrivateTmp=yes
+PrivateDevices=yes
+ProtectSystem=full
+RuntimeMaxSec=3600s