taler-deployment

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

commit fa0a794291a8280769b6b1f66822fa3bbd2b274a
parent 7efcec2c5100c59c23f70f866fc51a4909a65101
Author: MS <ms@taler.net>
Date:   Wed, 24 Aug 2022 19:17:27 +0200

remove useless service

Diffstat:
Mbin/taler-gv | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/bin/taler-gv b/bin/taler-gv @@ -1659,7 +1659,6 @@ def prepare(postgres_db_name): @cli.command() def launch(): - subprocess.run(["systemctl", "--user", "start", "taler-local-port-redirect.service"], check=True) subprocess.run(["systemctl", "--user", "start", "taler-local-exchange-secmod-rsa.service"], check=True) subprocess.run(["systemctl", "--user", "start", "taler-local-exchange-secmod-eddsa.service"], check=True) subprocess.run(["systemctl", "--user", "start", "taler-local-exchange-secmod-cs.service"], check=True)