Joel Gonzalez writes: > Exists a delay parameter when execute a start method? , I need a delay time > before execute my service when this is restarter. > > Thanks > > > This message posted from opensolaris.org > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
Joel, SMF does not support a delay parameter. It tries to get the service going as soon as all of the dependencies are satisfied. I am curious though. Why do you need a delay before starting your service? Perhaps there is a different way to solve your problem. tom