commit 632e1019bb0007cca5861cf9e5e70ec092c739aa
parent 3341cdfa5915725ae5a2059abab4444c94af437a
Author: ms <ms@taler.net>
Date: Sun, 28 Nov 2021 18:24:04 +0100
launch landing page
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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():