[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: debian: send logs to journal
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: debian: send logs to journal |
Date: |
Fri, 16 Jul 2021 18:45:36 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 8381f03e debian: send logs to journal
8381f03e is described below
commit 8381f03ecc4cd8a4de565cebd57bc0324279fd4f
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 16 18:45:30 2021 +0200
debian: send logs to journal
---
debian/taler-exchange.postinst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst
index 290e4663..67fe7eef 100644
--- a/debian/taler-exchange.postinst
+++ b/debian/taler-exchange.postinst
@@ -141,6 +141,8 @@ User=${_EUSERNAME}
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-httpd -c
/etc/taler/exchange-service-default.conf
+StandardOutput=journal
+StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
@@ -159,6 +161,8 @@ User=${_RSECUSERNAME}
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-secmod-rsa -c
/etc/taler/exchange-service-default.conf
+StandardOutput=journal
+StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
@@ -174,6 +178,8 @@ User=${_ESECUSERNAME}
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c
/etc/taler/exchange-service-default.conf
+StandardOutput=journal
+StandardError=journal
PrivateTmp=no
PrivateDevices=yes
ProtectSystem=full
@@ -190,6 +196,8 @@ User=${_WIREUSERNAME}
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-wirewatch -c
/etc/taler/exchange-service-wire.conf
+StandardOutput=journal
+StandardError=journal
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
@@ -207,6 +215,8 @@ User=${_WIREUSERNAME}
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-wirewatch -c
/etc/taler/exchange-service-wire.conf
+StandardOutput=journal
+StandardError=journal
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
@@ -222,6 +232,8 @@ User=${_AGGRUSERNAME}
Type=simple
Restart=on-failure
ExecStart=/usr/bin/taler-exchange-aggregator -c
/etc/taler/exchange-service-default.conf
+StandardOutput=journal
+StandardError=journal
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=full
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: debian: send logs to journal,
gnunet <=