From 458ce10e703ec0fae54b3f8e2227fc563f9df5cc Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 14 Dec 2021 13:15:35 +0200 Subject: [PATCH] allready use --- install/usr/share/swarmlab.io/sec/sec_bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/usr/share/swarmlab.io/sec/sec_bootstrap b/install/usr/share/swarmlab.io/sec/sec_bootstrap index 5809a97..f9bc943 100755 --- a/install/usr/share/swarmlab.io/sec/sec_bootstrap +++ b/install/usr/share/swarmlab.io/sec/sec_bootstrap @@ -45,8 +45,8 @@ case $ROLE in # Auto update default host file in background and dumb all output auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 & - #tail -f /dev/null - /root/start-nginx.sh + /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf + tail -f /dev/null # Start ssh server #/usr/sbin/sshd -D ;;