Revision ae26b02e
Added by Chris Buechler about 14 years ago
etc/rc.restart_webgui | ||
---|---|---|
10 | 10 |
|
11 | 11 |
echo "Restarting webConfigurator..."; |
12 | 12 |
|
13 |
sigkillbyname("lighttpd", "INT");
|
|
13 |
sigkillbyname("lighttpd", "KILL");
|
|
14 | 14 |
|
15 | 15 |
while (is_process_running("lighttpd")) { |
16 | 16 |
echo '.'; |
Also available in: Unified diff
send lighttpd a KILL in restart_webgui, once I've seen the former way result in a never ending stream of .... never killing it, and others have reported the same. a killall -9 sufficed in those instances to kill it, so this should resolve.