gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: trigger restart policy


From: gnunet
Subject: [taler-deployment] branch master updated: trigger restart policy
Date: Wed, 30 Nov 2022 11:05:56 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4d2aa80  trigger restart policy
4d2aa80 is described below

commit 4d2aa80662e3e68751389705f28c0178e1bdb45e
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 30 11:05:43 2022 +0100

    trigger restart policy
---
 docker/demo/images/libeufin/startup.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docker/demo/images/libeufin/startup.sh 
b/docker/demo/images/libeufin/startup.sh
index e2e1d39..8b53f14 100644
--- a/docker/demo/images/libeufin/startup.sh
+++ b/docker/demo/images/libeufin/startup.sh
@@ -188,4 +188,7 @@ sed -i "s;__BANK_BACKEND_URL__;${BANK_BACKEND_URL};" 
/usr/local/share/taler/demo
 nginx -c /nginx.conf 2>&1 | rotatelogs -e /logs/bank-ui-%Y-%m-%d.log 86400 &
 touch $INIT_MARKER
 
-wait
+# -n makes 'wait' return as soon as one of the background
+# processes exits.  That triggers then the 'restart: always'
+# policy set in the compose file.
+wait -n

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]