Revision fbd5fc52
Added by Ermal LUÇI 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 |
touch("/tmp/restart_webgui");
|
|
266 |
/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
Bring gitsync to the new check_reload_status behaviour.