Skip to content

Add start up program

leesy24 edited this page Jan 25, 2019 · 1 revision
  1. /etc/rc.local or Local Startup on System -> Startup of Web GUI
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

logger -t 'rc.local' "Run /etc/rc.local..."

logger -t 'rc.local' "Sleep 60s ..."
sleep 60

logger -t 'rc.local' "Run ser2net ..."
/usr/sbin/ser2net &

exit 0

Clone this wiki locally