summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-25 19:15:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-25 19:15:50 +0000
commitceb8392afc4aa504d4c90f06f4cf1439a998d7f4 (patch)
tree3b7850e388163d13fa6263b67212d98325b9209f
parent58c945f5d7153b2cefba3b28592b358f4c0b80bd (diff)
downloadpfsense-ceb8392afc4aa504d4c90f06f4cf1439a998d7f4.zip
pfsense-ceb8392afc4aa504d4c90f06f4cf1439a998d7f4.tar.gz
Kull -HUP 0 after reloading all to trigger console reload
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index ff14e1b..ba35c24 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1447,6 +1447,8 @@ function reload_interfaces_sync() {
if($shutdown_webgui_needed == true)
touch("/tmp/restart_webgui");
+ system("kill -HUP 0");
+
/* remove reloading_all trigger */
if($debug)
log_error("Removing {$g['tmp_path']}/reloading_all");
OpenPOWER on IntegriCloud