summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-11-28 18:24:04 +0100
committerms <ms@taler.net>2021-11-28 18:24:04 +0100
commit632e1019bb0007cca5861cf9e5e70ec092c739aa (patch)
tree549a571dff7c2b336014bd1059d62b0a3f3e4464
parent3341cdfa5915725ae5a2059abab4444c94af437a (diff)
downloaddeployment-632e1019bb0007cca5861cf9e5e70ec092c739aa.tar.gz
deployment-632e1019bb0007cca5861cf9e5e70ec092c739aa.tar.bz2
deployment-632e1019bb0007cca5861cf9e5e70ec092c739aa.zip
launch landing page
-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 e38a58d..5b217f8 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -1636,6 +1636,7 @@ def launch():
subprocess.run(["systemctl", "--user", "start", "taler-local-donations.service"], check=True)
subprocess.run(["systemctl", "--user", "start", "taler-local-blog.service"], check=True)
subprocess.run(["systemctl", "--user", "start", "taler-local-survey.service"], check=True)
+ subprocess.run(["systemctl", "--user", "start", "taler-local-landing.service"], check=True)
@cli.command()
def stop():