diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-13 05:24:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-13 05:24:37 +0000 |
commit | 7dea83e08dd29ffa91c2bfbfc1fafe1aa8e5a97d (patch) | |
tree | b3cd4d8dac42c9bbce46f2dbf55d017034c67c7f /etc | |
parent | ffbea45567d84c537507329f9a67e690ea6c1338 (diff) | |
download | pfsense-7dea83e08dd29ffa91c2bfbfc1fafe1aa8e5a97d.zip pfsense-7dea83e08dd29ffa91c2bfbfc1fafe1aa8e5a97d.tar.gz |
Reload webgui in low memory situations with check_reload_status
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 0f08d11..b3ffab8 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -1434,10 +1434,8 @@ function reload_interfaces_sync() { interfaces_carp_bring_up_final(); /* restart webConfigurator if needed */ - if($shutdown_webgui_needed == true) { - system_webgui_start(); - log_error("webConfigurator restarted after reload."); - } + if($shutdown_webgui_needed == true) + touch("/tmp/restart_webgui"); /* remove reloading_all trigger */ if($debug) |