exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 5bc3a5f9e243b08aa9cc75471e40c547fb0f35b2
parent edf4c7b691acbf3e6f4458cebd5dfe02b7bc66ac
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 31 Dec 2020 22:45:17 +0100

fix start binary

Diffstat:
Mdebian/taler-exchange.postinst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst @@ -122,7 +122,7 @@ EnvironmentFile=/etc/default/taler User=${_RSECUSERNAME} Type=simple Restart=on-failure -ExecStart=/usr/bin/taler-exchange-helper-rsa -c /etc/taler.conf +ExecStart=/usr/bin/taler-helper-crypto-rsa -c /etc/taler.conf [Install] WantedBy=multi-user.target @@ -136,7 +136,7 @@ EnvironmentFile=/etc/default/taler User=${_ESECUSERNAME} Type=simple Restart=on-failure -ExecStart=/usr/bin/taler-exchange-helper-eddsa -c /etc/taler.conf +ExecStart=/usr/bin/taler-helper-crypto-eddsa -c /etc/taler.conf EOF cat > "/etc/systemd/system/taler-exchange-wirewatch.service" <<EOF [Unit]