summaryrefslogtreecommitdiffstats
path: root/etc/rc.restart_webgui
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-06-27 03:59:17 -0400
committerChris Buechler <cmb@pfsense.org>2011-06-27 04:00:45 -0400
commitae26b02e74f466f1c0efaf86fae2fef54a1e60e5 (patch)
treeb0691bf8609ab6dbce0ecc70b2b3c704a30b4e03 /etc/rc.restart_webgui
parent9bc27ae5326e86be8e63c395307e9e5eb12b485a (diff)
downloadpfsense-ae26b02e74f466f1c0efaf86fae2fef54a1e60e5.zip
pfsense-ae26b02e74f466f1c0efaf86fae2fef54a1e60e5.tar.gz
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.
Diffstat (limited to 'etc/rc.restart_webgui')
-rwxr-xr-xetc/rc.restart_webgui2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.restart_webgui b/etc/rc.restart_webgui
index e74f201..05eab12 100755
--- a/etc/rc.restart_webgui
+++ b/etc/rc.restart_webgui
@@ -10,7 +10,7 @@ require("rrd.inc");
echo "Restarting webConfigurator...";
-sigkillbyname("lighttpd", "INT");
+sigkillbyname("lighttpd", "KILL");
while (is_process_running("lighttpd")) {
echo '.';
OpenPOWER on IntegriCloud