forked from 8devices/openwrt-8devices
-
Notifications
You must be signed in to change notification settings - Fork 0
Add start up program
leesy24 edited this page Jan 25, 2019
·
1 revision
- /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