Browse Source

add rcloca

master
zeus 2 years ago
parent
commit
46ea822af8
  1. 15
      install/usr/share/swarmlab.io/sec/sec_bootstrap

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

@ -49,6 +49,21 @@ case $ROLE in
# /root/start-nginx.sh
# Start ssh server
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
mongod --bind_ip 0.0.0.0
tail -f /dev/null
#/usr/sbin/sshd -D

Loading…
Cancel
Save