sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit b2157db84ac3b3141230786a4261de93b4138d54
parent 13b28a1c1aaa3135ed9882508953e876f2868b97
Author: Devan Carpenter <devan@taler.net>
Date:   Mon, 15 Apr 2024 11:52:55 -0400

enable the exchange-offline systemd timer

resolves https://bugs.gnunet.org/view.php?id=8053

Diffstat:
Mscripts/demo/setup-sandcastle.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -59,6 +59,7 @@ PORT_INTERNAL_BANK_SPA=8505 # Just make sure the services are stopped systemctl stop taler-exchange.target +systemctl stop taler-exchange-offline.timer systemctl stop taler-merchant-httpd.service systemctl stop postgresql.service systemctl stop taler-demo-landing.service @@ -345,6 +346,8 @@ sudo -i -u taler-exchange-offline \ global-fee now "${CURRENCY}":0 "${CURRENCY}":0 "${CURRENCY}":0 1h 6a 0 \ upload +systemctl enable --now taler-exchange-offline.timer + # Set up merchant backend MERCHANT_DB=talermerchant