taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 96fe2804efed8c9abbf603a64638f0fb1590c5be
parent 9bf963dad67b77e1f19c70a5352d2a2f265a683f
Author: Florian Dold <florian@dold.me>
Date:   Wed, 11 Feb 2026 09:42:09 +0100

also enable timer

Diffstat:
Mregional-currency/upgrade.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/regional-currency/upgrade.sh b/regional-currency/upgrade.sh @@ -48,6 +48,7 @@ systemctl enable --now taler-exchange.target &>> upgrade.log systemctl enable --now taler-merchant.target &>> upgrade.log systemctl enable --now libeufin-bank.target &>> upgrade.log systemctl enable --now libeufin-nexus.target &>> upgrade.log +systemctl enable --now taler-exchange-offline.timer echo " OK" exit 0