Add start up program - leesy24/openwrt-8devices GitHub Wiki

  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