On Thursday, November 7, 2019 1:37:21 PM CET Bill Kenworthy wrote: > I have run into some problems creating openrc initscripts for moosefs - > is there something that will display the start order/dependency tree? > Text or graphical doesn't matter. > > Bill K.
The closest to this is: /lib/rc/bin/rc-depend xdm (This will return ALL the services that need to be started before "xdm" can start, according to the dependencies) This can also be executed as a normal (NON-root) user. To force a regen of the dependency-tree, you can issue: "/lib/rc/bin/rc-depend --update" (This does require root) -- Joost