Subject: Re: Faster boot - Delaying rc.conf services - crontab@reboot
To: C. K. <ck74@operamail.com>
From: Dave Berger <spam@y2007.dberg.net>
List: netbsd-users
Date: 08/11/2007 22:16:09
On Sat, Aug 11, 2007 at 06:38:42PM -0700, C. K. wrote:
...
> OK, i think i've found a suitable solution:
> 
> rc.conf >
> ---------------
> apache=NO
> mysqld=NO
...
> /etc/script.to.call >
> --------------------
> sleep 120
> /etc.rc.d/apache start
> /etc/rc.d/mysqld start

  Due to the "apache=NO", you'll need something like

/etc/rc.d/apache onestart

instead of plain "start" (or you might need "forcestart", I forget
the difference between onestart and forcestart.  Perhaps the
wizards will advise).

Cheers,  --Dave B.
Boston, MA