Revision f3239b2d
Added by Chris Buechler almost 15 years ago
etc/rc.bootup | ||
---|---|---|
263 | 263 |
if($avail > 0 and $avail < 65) { |
264 | 264 |
echo "System has less than 65 megabytes of ram {$avail}. Delaying webConfigurator startup.\n"; |
265 | 265 |
/* start webConfigurator up on final pass */ |
266 |
/usr/local/sbin/pfSctl -c 'service restart webgui'
|
|
266 |
mwexec("/usr/local/sbin/pfSctl -c 'service restart webgui'");
|
|
267 | 267 |
} else { |
268 | 268 |
/* start web server */ |
269 | 269 |
system_webgui_start(); |
Also available in: Unified diff
unbreak rc.bootup