summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Carpenter <devan@taler.net>2024-04-15 11:52:55 -0400
committerDevan Carpenter <devan@taler.net>2024-04-15 11:54:15 -0400
commitb2157db84ac3b3141230786a4261de93b4138d54 (patch)
treeefe450ac8a6325bf5401ca23dfe9a7aa632932b0
parent13b28a1c1aaa3135ed9882508953e876f2868b97 (diff)
downloadsandcastle-ng-b2157db84ac3b3141230786a4261de93b4138d54.tar.gz
sandcastle-ng-b2157db84ac3b3141230786a4261de93b4138d54.tar.bz2
sandcastle-ng-b2157db84ac3b3141230786a4261de93b4138d54.zip
enable the exchange-offline systemd timer
resolves https://bugs.gnunet.org/view.php?id=8053
-rwxr-xr-xscripts/demo/setup-sandcastle.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index 9365ec2..6ceedfb 100755
--- 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