All ordering in SMF is done via dependencies.  So the main issue is that 
there's not a single choke point for immediately after single-user.

What you could do is have your service depend on the single-user milestone (so 
it wouldn't start until that completed) and have it be a dependency for lots of 
critical services that run later (so that they wait for it to finish.

You could look through and find all the services that currently depend on the 
single-user milestone.  On my system, there are only 3.  Adding your service as 
an additional dependency wouldn't be too hard.

-- 
Darren
 
 
This message posted from opensolaris.org

Reply via email to