gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: deploying taler-exchange-trans


From: gnunet
Subject: [taler-deployment] branch master updated: deploying taler-exchange-transfer
Date: Mon, 24 Jan 2022 16:20:54 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 43bf5cc  deploying taler-exchange-transfer
43bf5cc is described below

commit 43bf5cc1bb63fb2d05635aa79686b7299c96d374
Author: ms <ms@taler.net>
AuthorDate: Mon Jan 24 16:20:50 2022 +0100

    deploying taler-exchange-transfer
---
 bin/WIP/taler-local | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 89ea0ad..80058c4 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -1133,6 +1133,12 @@ def prepare(x_forwarded_host, x_forwarded_proto, 
postgres_db_name):
             cmd = f"{TALER_PREFIX}/bin/taler-exchange-aggregator -L DEBUG -c 
{CFG_OUTDIR / 'taler.conf'}",
             env = TALER_UNIT_FILES_DIR / "taler-local-postgres.env" if 
os.environ.get("PGPORT") else None
         ))
+    with open(TALER_UNIT_FILES_DIR / "taler-local-exchange-transfer.service", 
"w") as exchange_transfer_unit:
+        exchange_transfer_unit.write(unit_file_content(
+            description = "Taler Exchange Transfer",
+            cmd = f"{TALER_PREFIX}/bin/taler-exchange-transfer -L DEBUG -c 
{CFG_OUTDIR / 'taler.conf'}",
+            env = TALER_UNIT_FILES_DIR / "taler-local-postgres.env" if 
os.environ.get("PGPORT") else None
+        ))
     with open(TALER_UNIT_FILES_DIR / 
"taler-local-exchange-secmod-rsa.service", "w") as exchange_rsa_unit:
         exchange_rsa_unit.write(unit_file_content(
             description = "Taler Exchange RSA security module",
@@ -1703,6 +1709,7 @@ def launch():
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-exchange-httpd.service"], check=True)
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-exchange-wirewatch.service"], check=True)
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-exchange-aggregator.service"], check=True)
+    subprocess.run(["systemctl", "--user", "start", 
"taler-local-exchange-transfer.service"], check=True)
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-merchant-backend.service"], check=True)
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-sandbox.service"], check=True)
     subprocess.run(["systemctl", "--user", "start", 
"taler-local-nexus.service"], check=True)

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