gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 02/02: wirewatch skeleton: debian service


From: gnunet
Subject: [taler-merchant] 02/02: wirewatch skeleton: debian service
Date: Wed, 12 Apr 2023 13:18:46 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

commit 6f608fbcebc6dbc0c98212de218c30f58ae5e4b9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 12 13:18:41 2023 +0200

    wirewatch skeleton: debian service
---
 debian/taler-merchant.taler-merchant-wirewatch.service | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]