How can I make sure one Upstart job starts before other Upstart jobs?
Posted
by
marrusl
on Ask Ubuntu
See other posts from Ask Ubuntu
or by marrusl
Published on 2011-01-13T16:43:10Z
Indexed on
2011/01/13
16:59 UTC
Read the original article
Hit count: 251
upstart
This is a general Upstart question, but let me use a specific case:
Centrify is an NIS to ActiveDirectory gateway. It needs to load before any service that will depend the authentication service that it provides, e.g. autofs, cron, nis, et al.
This has proven to be quite challenging to achieve, even when trying to change the dependencies of the other services (which I don't think we should be doing anyway, I don't want to touch the other Upstart jobs if at all possible).
Suggestions?
© Ask Ubuntu or respective owner