taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 4990e44af47406005a2d174fa7bb0958dd7a4b0a
parent 479455508a41a75f4fd8d4137b9021d86cc17083
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  7 Sep 2022 15:26:56 +0200

-use newlines

Diffstat:
Mbin/taler-gv | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-gv b/bin/taler-gv @@ -1110,10 +1110,10 @@ def prepare(postgres_db_name): "[Service]\n" f"ExecStart={cmd}\n" f"StandardOutput=append:{LOG_DIR / executable_name}.log\n" - f"StandardError=append:{LOG_DIR / executable_name}.log" + f"StandardError=append:{LOG_DIR / executable_name}.log\n" ) if env: - content += f"\nEnvironmentFile={env}" + content += f"\nEnvironmentFile={env}\n" return content if UNIX_SOCKETS_DIR.is_dir():