taler-deployment

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

commit e55ca691b0cead1c74ffa8c9b2822ffb9fef1b6c
parent a3a3d5590a382f00e5b03d174ee7538dc05a64e6
Author: ms <ms@taler.net>
Date:   Sat, 26 Jun 2021 09:30:09 +0200

exchange needs helper processes

Diffstat:
Mbin/taler-deployment-prepare | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -176,11 +176,14 @@ taler-merchant-dbinit --reset # Making sure ARM is not running yet. taler-deployment-arm -e -# Need those 3 services to config instances and tip reserve: +# Need the following services to config instances and tip reserve: taler-deployment-arm -s taler-deployment-arm -i taler-merchant taler-deployment-arm -i taler-demobank + taler-deployment-arm -i taler-exchange +taler-deployment-arm -i taler-exchange-secmod-rsa +taler-deployment-arm -i taler-exchange-secmod-eddsa sleep 5 if ! taler-deployment-arm -I | grep "^taler-merchant" | grep "status=started" > /dev/null; then