summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2022-04-06 15:18:59 +0200
committerms <ms@taler.net>2022-04-06 15:18:59 +0200
commit59bf9fc2047cd41592758f28ee72dfef214a447b (patch)
treebd791fc9d7206a33108a63e9fe5e68eb506f86d3
parent7054f12b806674198036c1714cf05d3543d2ded7 (diff)
downloaddeployment-59bf9fc2047cd41592758f28ee72dfef214a447b.tar.gz
deployment-59bf9fc2047cd41592758f28ee72dfef214a447b.tar.bz2
deployment-59bf9fc2047cd41592758f28ee72dfef214a447b.zip
launch the CS helper
-rwxr-xr-xbin/WIP/taler-local1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 9085997..2a9058b 100755
--- 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)