taler-deployment

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

commit 59bf9fc2047cd41592758f28ee72dfef214a447b
parent 7054f12b806674198036c1714cf05d3543d2ded7
Author: ms <ms@taler.net>
Date:   Wed,  6 Apr 2022 15:18:59 +0200

launch the CS helper

Diffstat:
Mbin/WIP/taler-local | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local @@ -1725,6 +1725,7 @@ def launch(): subprocess.run(["systemctl", "--user", "start", "taler-local-nginx.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) 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)