diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 279635477e..3b26ba8cce 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -728,6 +728,7 @@ function system_reboot_sync() { } function system_reboot_cleanup() { + mwexec("/usr/local/bin/beep.sh stop"); captiveportal_radius_stop_all(); } diff --git a/etc/rc b/etc/rc index ed281e854b..94f39d1097 100755 --- a/etc/rc +++ b/etc/rc @@ -209,6 +209,8 @@ rm -rf /usr/local/pkg/pf/CVS /usr/local/sbin/check_reload_status >/dev/null & +/usr/local/bin/beep.sh start + echo "Bootup complete" exit 0