Browse Source

add rcloca

master
zeus 3 years ago
parent
commit
838cc19665
  1. 14
      install/usr/share/swarmlab.io/sec/sec_bootstrap

14
install/usr/share/swarmlab.io/sec/sec_bootstrap

@ -47,6 +47,20 @@ case $ROLE in
auto_update_hosts "${HOSTNAMES}" > /dev/null 2>&1 &
#/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
ttyd -p 3787 bash &
extrarclocal=/tmp/bin/rclocal
if [ -f $extrarclocal ]; then
if [ -s $extrarclocal ]; then
# The file is not-empty.
sh /tmp/bin/rclocal 2>&1 | tee /tmp/logs/rclocal.log
else
# The file is empty.
echo "file empty"
fi
fi
/usr/sbin/nginx
tail -f /dev/null
# Start ssh server

Loading…
Cancel
Save