gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: debian: separate config for secm


From: gnunet
Subject: [taler-exchange] branch master updated: debian: separate config for secmods
Date: Tue, 27 Jul 2021 17:40:22 +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 00bd9876 debian: separate config for secmods
00bd9876 is described below

commit 00bd9876225553b92a0eef382a4e9ab2b87606aa
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jul 27 17:40:16 2021 +0200

    debian: separate config for secmods
---
 debian/etc/taler/exchange-service-secmod.conf             | 9 +++++++++
 debian/taler-exchange.taler-exchange-secmod-eddsa.service | 2 +-
 debian/taler-exchange.taler-exchange-secmod-rsa.service   | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/etc/taler/exchange-service-secmod.conf 
b/debian/etc/taler/exchange-service-secmod.conf
new file mode 100644
index 00000000..5f5c012c
--- /dev/null
+++ b/debian/etc/taler/exchange-service-secmod.conf
@@ -0,0 +1,9 @@
+# This configuration file is the entry point for the exchange
+# security modules.
+#
+# It includes other configuration files,
+# which are applied on top of the read-only base configuration
+# (typically in /usr/share/taler/config.d/).
+
+@INLINE@ exchange-system.conf
+@INLINE@ exchange-business.conf
diff --git a/debian/taler-exchange.taler-exchange-secmod-eddsa.service 
b/debian/taler-exchange.taler-exchange-secmod-eddsa.service
index 40f7ecc4..b91a742d 100644
--- a/debian/taler-exchange.taler-exchange-secmod-eddsa.service
+++ b/debian/taler-exchange.taler-exchange-secmod-eddsa.service
@@ -7,7 +7,7 @@ PartOf=taler-exchange.service
 User=taler-exchange-secmod-eddsa
 Type=simple
 Restart=on-failure
-ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c 
/etc/taler/exchange-service-default.conf
+ExecStart=/usr/bin/taler-exchange-secmod-eddsa -c 
/etc/taler/exchange-service-secmod.conf
 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 a5d3caf4..2b45df46 100644
--- a/debian/taler-exchange.taler-exchange-secmod-rsa.service
+++ b/debian/taler-exchange.taler-exchange-secmod-rsa.service
@@ -7,7 +7,7 @@ PartOf=taler-exchange.service
 User=taler-exchange-secmod-rsa
 Type=simple
 Restart=on-failure
-ExecStart=/usr/bin/taler-exchange-secmod-rsa -c 
/etc/taler/exchange-service-default.conf
+ExecStart=/usr/bin/taler-exchange-secmod-rsa -c 
/etc/taler/exchange-service-secmod.conf
 StandardOutput=journal
 StandardError=journal
 PrivateTmp=no

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