Is possible configure a delay time for services process in OS boot startup?

A simple delay may not guarantee the service’s necessary precondition will be met, so you many need to take a different approach.

I believe there might be some value in your reviewing one of my earlier posts, which looks at defining a necessary pre-condition before certain services are initiated:

In that, my precondition is

  • RequiresMountsFor

but there are other controlling parameters which might be more “specific” to the necessary pre-condition which would address your event sequence scenario.

1 Like