summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-22 15:27:31 +0000
committerErmal <eri@pfsense.org>2010-09-22 15:27:31 +0000
commitfbd5fc52a755d46ef8de775fb6474af39fd14960 (patch)
tree44144941943666de068ba8e256e7eaab225eda3e /etc/rc.bootup
parentcd9f13e02d6fc4b5102deb94adbd9148ea5ce286 (diff)
downloadpfsense-fbd5fc52a755d46ef8de775fb6474af39fd14960.zip
pfsense-fbd5fc52a755d46ef8de775fb6474af39fd14960.tar.gz
Bring gitsync to the new check_reload_status behaviour.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 3e5647b..dfa077f 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -263,7 +263,7 @@ echo "done.\n";
if($avail > 0 and $avail < 65) {
echo "System has less than 65 megabytes of ram {$avail}. Delaying webConfigurator startup.\n";
/* start webConfigurator up on final pass */
- touch("/tmp/restart_webgui");
+ /usr/local/sbin/pfSctl -c 'service restart webgui'
} else {
/* start web server */
system_webgui_start();
OpenPOWER on IntegriCloud