summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-10 13:15:49 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-10 13:15:49 +0100
commit8ab51364b4344d7a7a36618c634be7b16d9f01d0 (patch)
tree563036bbc43631abb385698226cd787feb059d91
parent0af08d7d0888741f4b8d8e0faec577a5ee3e05a5 (diff)
downloaddeployment-8ab51364b4344d7a7a36618c634be7b16d9f01d0.tar.gz
deployment-8ab51364b4344d7a7a36618c634be7b16d9f01d0.tar.bz2
deployment-8ab51364b4344d7a7a36618c634be7b16d9f01d0.zip
add logic to enable taler-exchange-offline timer (#8623)
-rwxr-xr-xregional-currency/setup-exchange.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/regional-currency/setup-exchange.sh b/regional-currency/setup-exchange.sh
index de0e4b9..d5c6995 100755
--- a/regional-currency/setup-exchange.sh
+++ b/regional-currency/setup-exchange.sh
@@ -223,6 +223,9 @@ if test ${DO_OFFLINE} == y; then
global-fee now "${CURRENCY}":0 "${CURRENCY}":0 "${CURRENCY}":0 1h 6a 0 \
upload &>> setup.log
+ say "Enabling timer to automate renewals..."
+ systemctl enable --start taler-exchange-offline.timer &>> setup.log
+
if test ${DO_CONVERSION} == y; then
say "Conversion account setup (restricted to CH-only)..."