gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix #8450


From: gnunet
Subject: [taler-exchange] branch master updated: fix #8450
Date: Thu, 22 Feb 2024 18:12:22 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2173a606 fix #8450
2173a606 is described below

commit 2173a606a9906c8cf33771de5b0f3acc2d6fd0d4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 22 18:12:12 2024 +0100

    fix #8450
---
 debian/taler-auditor.taler-auditor-httpd.service           | 2 +-
 debian/taler-auditor.taler-helper-auditor-deposits.service | 2 +-
 debian/taler-exchange.taler-exchange-aggregator.service    | 2 +-
 debian/taler-exchange.taler-exchange-aggregator@.service   | 2 +-
 debian/taler-exchange.taler-exchange-closer.service        | 2 +-
 debian/taler-exchange.taler-exchange-expire.service        | 2 +-
 debian/taler-exchange.taler-exchange-httpd.service         | 2 +-
 debian/taler-exchange.taler-exchange-httpd@.service        | 2 +-
 debian/taler-exchange.taler-exchange-secmod-cs.service     | 2 +-
 debian/taler-exchange.taler-exchange-secmod-eddsa.service  | 2 +-
 debian/taler-exchange.taler-exchange-secmod-rsa.service    | 2 +-
 debian/taler-exchange.taler-exchange-transfer.service      | 2 +-
 debian/taler-exchange.taler-exchange-wirewatch.service     | 2 +-
 debian/taler-exchange.taler-exchange-wirewatch@.service    | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/debian/taler-auditor.taler-auditor-httpd.service 
b/debian/taler-auditor.taler-auditor-httpd.service
index e65afd9c..ac68e41c 100644
--- a/debian/taler-auditor.taler-auditor-httpd.service
+++ b/debian/taler-auditor.taler-auditor-httpd.service
@@ -7,7 +7,7 @@ User=taler-auditor-httpd
 Type=simple
 Restart=on-failure
 RestartPreventExitStatus=9
-ExecStart=/usr/bin/taler-auditor-httpd -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-auditor-httpd -c /etc/taler/taler.conf -L INFO
 
 [Install]
 WantedBy=multi-user.target
diff --git a/debian/taler-auditor.taler-helper-auditor-deposits.service 
b/debian/taler-auditor.taler-helper-auditor-deposits.service
index a536d5d2..7185a8d5 100644
--- a/debian/taler-auditor.taler-helper-auditor-deposits.service
+++ b/debian/taler-auditor.taler-helper-auditor-deposits.service
@@ -8,7 +8,7 @@ Type=simple
 Restart=always
 RestartSec=1s
 RestartPreventExitStatus=9
-ExecStart=/usr/bin/taler-helper-auditor-deposits -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-helper-auditor-deposits -c /etc/taler/taler.conf -L 
INFO
 PrivateTmp=yes
 PrivateDevices=yes
 ProtectSystem=full
diff --git a/debian/taler-exchange.taler-exchange-aggregator.service 
b/debian/taler-exchange.taler-exchange-aggregator.service
index f92dfb17..db297270 100644
--- a/debian/taler-exchange.taler-exchange-aggregator.service
+++ b/debian/taler-exchange.taler-exchange-aggregator.service
@@ -10,7 +10,7 @@ Restart=always
 RestartMode=direct
 RestartSec=1s
 RestartPreventExitStatus=2 3 4 5 6 9
-ExecStart=/usr/bin/taler-exchange-aggregator -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-aggregator -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=yes
diff --git a/debian/taler-exchange.taler-exchange-aggregator@.service 
b/debian/taler-exchange.taler-exchange-aggregator@.service
index 17050171..b13997ae 100644
--- a/debian/taler-exchange.taler-exchange-aggregator@.service
+++ b/debian/taler-exchange.taler-exchange-aggregator@.service
@@ -14,7 +14,7 @@ Type=simple
 Restart=always
 RestartSec=1s
 RestartPreventExitStatus=9
-ExecStart=/usr/bin/taler-exchange-aggregator -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-aggregator -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=yes
diff --git a/debian/taler-exchange.taler-exchange-closer.service 
b/debian/taler-exchange.taler-exchange-closer.service
index c6315375..ba57522b 100644
--- a/debian/taler-exchange.taler-exchange-closer.service
+++ b/debian/taler-exchange.taler-exchange-closer.service
@@ -10,7 +10,7 @@ Restart=always
 RestartMode=direct
 RestartSec=1s
 RestartPreventExitStatus=2 3 4 5 6 9
-ExecStart=/usr/bin/taler-exchange-closer -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-closer -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=yes
diff --git a/debian/taler-exchange.taler-exchange-expire.service 
b/debian/taler-exchange.taler-exchange-expire.service
index 7bbccc2a..8fd9a9f7 100644
--- a/debian/taler-exchange.taler-exchange-expire.service
+++ b/debian/taler-exchange.taler-exchange-expire.service
@@ -10,7 +10,7 @@ Restart=always
 RestartMode=direct
 RestartSec=1s
 RestartPreventExitStatus=2 3 4 5 6 9
-ExecStart=/usr/bin/taler-exchange-expire -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-expire -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=yes
diff --git a/debian/taler-exchange.taler-exchange-httpd.service 
b/debian/taler-exchange.taler-exchange-httpd.service
index 1fb538a1..cbde7252 100644
--- a/debian/taler-exchange.taler-exchange-httpd.service
+++ b/debian/taler-exchange.taler-exchange-httpd.service
@@ -23,7 +23,7 @@ RestartPreventExitStatus=2 3 4 5 6 9
 StartLimitBurst=5
 StartLimitInterval=5s
 
-ExecStart=/usr/bin/taler-exchange-httpd -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-httpd -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=no
diff --git a/debian/taler-exchange.taler-exchange-httpd@.service 
b/debian/taler-exchange.taler-exchange-httpd@.service
index 5a19323f..c4d010b8 100644
--- a/debian/taler-exchange.taler-exchange-httpd@.service
+++ b/debian/taler-exchange.taler-exchange-httpd@.service
@@ -21,7 +21,7 @@ Restart=always
 RestartSec=1ms
 RestartPreventExitStatus=9
 EnvironmentFile=/etc/environment
-ExecStart=/usr/bin/taler-exchange-httpd -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-httpd -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=no
diff --git a/debian/taler-exchange.taler-exchange-secmod-cs.service 
b/debian/taler-exchange.taler-exchange-secmod-cs.service
index edbebac0..b11c0455 100644
--- a/debian/taler-exchange.taler-exchange-secmod-cs.service
+++ b/debian/taler-exchange.taler-exchange-secmod-cs.service
@@ -9,7 +9,7 @@ Type=simple
 Restart=always
 RestartSec=100ms
 RestartPreventExitStatus=9
-ExecStart=/usr/bin/taler-exchange-secmod-cs -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-secmod-cs -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=no
diff --git a/debian/taler-exchange.taler-exchange-secmod-eddsa.service 
b/debian/taler-exchange.taler-exchange-secmod-eddsa.service
index 223eec9e..17f1da3f 100644
--- a/debian/taler-exchange.taler-exchange-secmod-eddsa.service
+++ b/debian/taler-exchange.taler-exchange-secmod-eddsa.service
@@ -9,7 +9,7 @@ Type=simple
 Restart=always
 RestartSec=100ms
 RestartPreventExitStatus=9
-ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=no
diff --git a/debian/taler-exchange.taler-exchange-secmod-rsa.service 
b/debian/taler-exchange.taler-exchange-secmod-rsa.service
index 7bfe4600..854737d0 100644
--- a/debian/taler-exchange.taler-exchange-secmod-rsa.service
+++ b/debian/taler-exchange.taler-exchange-secmod-rsa.service
@@ -9,7 +9,7 @@ Type=simple
 Restart=always
 RestartSec=100ms
 RestartPreventExitStatus=9
-ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=no
diff --git a/debian/taler-exchange.taler-exchange-transfer.service 
b/debian/taler-exchange.taler-exchange-transfer.service
index 2557dbdf..ffe2f195 100644
--- a/debian/taler-exchange.taler-exchange-transfer.service
+++ b/debian/taler-exchange.taler-exchange-transfer.service
@@ -10,7 +10,7 @@ Restart=always
 RestartMode=direct
 RestartSec=1s
 RestartPreventExitStatus=2 3 4 5 6 9
-ExecStart=/usr/bin/taler-exchange-transfer -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-transfer -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=yes
diff --git a/debian/taler-exchange.taler-exchange-wirewatch.service 
b/debian/taler-exchange.taler-exchange-wirewatch.service
index 2a549977..40103bb5 100644
--- a/debian/taler-exchange.taler-exchange-wirewatch.service
+++ b/debian/taler-exchange.taler-exchange-wirewatch.service
@@ -11,7 +11,7 @@ RestartMode=direct
 RestartSec=1s
 RestartPreventExitStatus=2 3 4 5 6 9
 RuntimeMaxSec=3600s
-ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=yes
diff --git a/debian/taler-exchange.taler-exchange-wirewatch@.service 
b/debian/taler-exchange.taler-exchange-wirewatch@.service
index 1d11ab0c..a2836c6b 100644
--- a/debian/taler-exchange.taler-exchange-wirewatch@.service
+++ b/debian/taler-exchange.taler-exchange-wirewatch@.service
@@ -15,7 +15,7 @@ Type=simple
 Restart=always
 RestartSec=1s
 RestartPreventExitStatus=9
-ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf
+ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf -L INFO
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=yes

-- 
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]