|
@ -49,6 +49,21 @@ case $ROLE in |
|
|
#/root/start-nginx.sh |
|
|
#/root/start-nginx.sh |
|
|
#python3 -m gns3server --port 8001 |
|
|
#python3 -m gns3server --port 8001 |
|
|
ttyd -p 3787 bash & |
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
snmpsimd.py --agent-udpv4-endpoint=0.0.0.0:161 --process-user=snmpsim --process-group=nogroup $EXTRA_FLAGS |
|
|
snmpsimd.py --agent-udpv4-endpoint=0.0.0.0:161 --process-user=snmpsim --process-group=nogroup $EXTRA_FLAGS |
|
|
tail -f /dev/null |
|
|
tail -f /dev/null |
|
|
# Start ssh server |
|
|
# Start ssh server |
|
|