Gary Winiger wrote:
>       It would be good if there was a way to specify that the service
>       had to have completed before milestone/multi-user.
You can achieve that by making milestone/multi-user a dependent of your 
transient service. Something such

     <dependent
             name='multi-user'
             grouping='optional_all'
             restart_on='none'>
             <service_fmri value='svc:/milestone/multi-user:default' />
     </dependent>

in your transient service manifest should do it.

Antonello

Reply via email to