X-Git-Url: http://git.pjr.cc/?a=blobdiff_plain;f=src%2Fbuildroot-2013.05%2Fcustom%2Ffilesystem%2Fopt%2Frestart_ssh_daemon.sh;h=389655d578e4feba63509d05c6199c0805c8c54c;hb=master;hp=93f677ceedbaef784a855475ed4392d3b5060ec3;hpb=36b94f9e2eea72d2de0f1af390341f96668aaa95;p=wyse_ntpd.git diff --git a/src/buildroot-2013.05/custom/filesystem/opt/restart_ssh_daemon.sh b/src/buildroot-2013.05/custom/filesystem/opt/restart_ssh_daemon.sh index 93f677c..389655d 100755 --- a/src/buildroot-2013.05/custom/filesystem/opt/restart_ssh_daemon.sh +++ b/src/buildroot-2013.05/custom/filesystem/opt/restart_ssh_daemon.sh @@ -6,6 +6,7 @@ chmod 644 /var/www/data/restart_ssh while (true) do echo "SSH Restart" > /var/www/data/restart_ssh 2>&1 + killall -9 dropbear /etc/init.d/S50dropbear restart - + /etc/init.d/S90thttpd restart done