taler-deployment

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

commit 55645adb966aab7f454e81e9abd10f900271ea68
parent 20b546d6c060548bef3d1deb12940e74df7ab7f6
Author: Florian Dold <florian@dold.me>
Date:   Tue,  5 Jan 2021 16:02:16 +0100

fix service name

Diffstat:
Mbin/taler-deployment-prepare | 4++++
Mtaler-arm/taler-helper-crypto-eddsa.conf | 2+-
Mtaler-arm/taler-helper-crypto-rsa.conf | 2+-
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare @@ -130,6 +130,10 @@ case $TALER_ENV_NAME in ;; esac +## +## Step 6: Set up merchant +## + # Configure merchant instances. taler-deployment-arm -s if taler-deployment-arm -I | grep "^taler-merchant" > /dev/null; then diff --git a/taler-arm/taler-helper-crypto-eddsa.conf b/taler-arm/taler-helper-crypto-eddsa.conf @@ -1,4 +1,4 @@ -[taler-exchange] +[taler-helper-crypto-eddsa] TYPE = simple BINARY = taler-helper-crypto-eddsa OPTIONS = -l $HOME/logs/crypto-eddsa-%Y-%m-%d.log diff --git a/taler-arm/taler-helper-crypto-rsa.conf b/taler-arm/taler-helper-crypto-rsa.conf @@ -1,4 +1,4 @@ -[taler-exchange] +[taler-helper-crypto-rsa] TYPE = simple BINARY = taler-helper-crypto-rsa OPTIONS = -l $HOME/logs/crypto-rsa-%Y-%m-%d.log