Revision 490615d3
Added by Scott Ullrich about 14 years ago
etc/rc | ||
---|---|---|
359 | 359 |
/usr/local/bin/php -q /etc/ecl.php |
360 | 360 |
fi |
361 | 361 |
|
362 |
if [ -f /etc/rc.custom_boot_early ]; then |
|
363 |
/bin/echo -n "Launching /etc/rc.custom_boot_early..."; |
|
364 |
/etc/rc.custom_boot_early |
|
365 |
echo "Done" |
|
366 |
fi |
|
367 |
|
|
362 | 368 |
nohup /usr/bin/nice -n20 /usr/local/sbin/check_reload_status |
363 | 369 |
|
364 | 370 |
# let the PHP-based configuration subsystem set up the system now |
Also available in: Unified diff
Add custom boot early hook