summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-01 15:39:01 +0200
committerms <ms@taler.net>2021-07-01 15:39:01 +0200
commit73c4c65079ce65edcb2a0d4e4ce6153f718fbfed (patch)
tree9fdc507c8740216787b11aecaf3a98c3caeb6da5 /bin
parent941507670fa3275c863e88fefff10cfd14e98f05 (diff)
downloaddeployment-73c4c65079ce65edcb2a0d4e4ce6153f718fbfed.tar.gz
deployment-73c4c65079ce65edcb2a0d4e4ce6153f718fbfed.tar.bz2
deployment-73c4c65079ce65edcb2a0d4e4ce6153f718fbfed.zip
tips checker needs dedicate worker.
Mainly because it depends on the 'activate' script that populates the environment with the merchant API key. It would not be possible to query the state of tip reserves without such key.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/taler-deployment b/bin/taler-deployment
index 331daf7..b4c74c5 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -716,6 +716,10 @@ def bootstrap() -> None:
(home / "taler-data").mkdir(parents=True, exist_ok=True)
if envname == "demo":
setup_service("config-tips.timer")
+ create_bb_worker(
+ "tips-checker.service", "tips-checker-dir",
+ "tips-checker-worker", "tips-checker-pass"
+ )
if not (home / "taler-data").exists():
(home / "taler-data").symlink_to("/home/demo/shared-data")