X-Git-Url: http://git.pjr.cc/?p=wyse_ntpd.git;a=blobdiff_plain;f=src%2Fbuildroot-2013.05%2Fcustom%2Ffilesystem%2Fopt%2Freboot_daemon.sh;fp=src%2Fbuildroot-2013.05%2Fcustom%2Ffilesystem%2Fopt%2Freboot_daemon.sh;h=d5b0d51ec136ddb62c42e8a5566b2e1e3c746826;hp=1983a1648947eb6440432e1aa77cfa4e518ac036;hb=bcaa0fc6190d6a8941459eace8633f1e617950a3;hpb=56b68abe7a761e10d4e3ff3826fb2a269b9505c3 diff --git a/src/buildroot-2013.05/custom/filesystem/opt/reboot_daemon.sh b/src/buildroot-2013.05/custom/filesystem/opt/reboot_daemon.sh index 1983a16..d5b0d51 100755 --- a/src/buildroot-2013.05/custom/filesystem/opt/reboot_daemon.sh +++ b/src/buildroot-2013.05/custom/filesystem/opt/reboot_daemon.sh @@ -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