commit c0215dbe833f77abcb5744ef78bb581bc06213ec parent 4da1b36367d246898f4eda640c16ea5a1d9627bc Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 21 Nov 2018 18:12:57 +0100 Deploying the auditor. Diffstat:
| M | bin/taler-deployment-start | | | 1 | + |
| M | taler-arm/taler-auditor.conf | | | 3 | ++- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start @@ -16,6 +16,7 @@ if [ "${TALER_CONFIG_STANDALONE:-0}" = 1 ]; then fi taler-deployment-arm -i taler-exchange +taler-deployment-arm -i taler-auditor taler-deployment-arm -i taler-merchant taler-deployment-arm -i taler-demobank taler-deployment-arm -i taler-donations diff --git a/taler-arm/taler-auditor.conf b/taler-arm/taler-auditor.conf @@ -1,3 +1,4 @@ [taler-auditor] TYPE = simple -BINARY = taler-deployment-auditor +BINARY = taler-auditor-httpd +OPTIONS = -l $HOME/logs/auditor-%Y-%m-%d.log