summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/WIP/taler-local8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 2499c87..f0e3d54 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -1145,25 +1145,25 @@ def prepare():
donations_unit.write(unit_file_content(
description = "Donation Website that accepts Taler payments.",
cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos donations -c {CFG_OUTDIR / 'taler.conf'}",
- env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+ env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-blog.service", "w") as blog_unit:
blog_unit.write(unit_file_content(
description = "Blog that accepts Taler payments.",
cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos blog -c {CFG_OUTDIR / 'taler.conf'}",
- env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+ env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-survey.service", "w") as survey_unit:
survey_unit.write(unit_file_content(
description = "Survey Website awarding tips via Taler.",
cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos survey -c {CFG_OUTDIR / 'taler.conf'}",
- env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+ env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-landing.service", "w") as landing_unit:
landing_unit.write(unit_file_content(
description = "Landing Website of Taler demo.",
cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos landing -c {CFG_OUTDIR / 'taler.conf'}",
- env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+ env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-frontends.env", "w") as frontends_env:
frontends_env.write((