added inetd and some other stuffs
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / opt / reboot_daemon.sh
index 1983a16..d5b0d51 100755 (executable)
@@ -6,5 +6,6 @@ chmod 644 /var/www/data/reboot
 while (true)
 do
        echo "Rebooting..." > /var/www/data/reboot
+       /etc/init.d/S90thttpd restart
        reboot
 done