commit c743b0572059d955ae2fc912675db9309726ae8b
parent 021a213c56211ee08c8224ea12cb7446ea58ea1a
Author: MS <ms@taler.net>
Date: Fri, 22 Jul 2022 12:07:16 +0200
adapt unix sockets names
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-gv b/bin/taler-gv
@@ -1171,7 +1171,7 @@ def prepare(postgres_db_name):
with open(TALER_UNIT_FILES_DIR / "taler-local-sandbox.service", "w") as sandbox_unit:
sandbox_unit.write(unit_file_content(
description = "euFin Sandbox",
- cmd = f"{TALER_PREFIX}/bin/libeufin-sandbox serve --with-unix-socket {UNIX_SOCKETS_DIR / 'sandbox.http'}",
+ cmd = f"{TALER_PREFIX}/bin/libeufin-sandbox serve --with-unix-socket {UNIX_SOCKETS_DIR / 'bank.http'}",
env = TALER_UNIT_FILES_DIR / "taler-local-sandbox.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-nexus.service", "w") as nexus_unit: