Thank you for the quick reply. I am not trying to solve any development
problem.
My own problem is something like this: i have a service that is part of
this graph of dependencies.
How can i make sure that this service will be processed prior that the
other ones one the same level.
This service will also start other services. Will those services be
children of my first service?
What is the graph traversing method used?
Thanks!

2012/1/12 Kay Sievers <[email protected]>

> On Thu, Jan 12, 2012 at 15:33, George Stefan <[email protected]>
> wrote:
> > Hello,
> > I want to implement a dynamic way of starting up services using systemd
> > immediatly after boot.
> > So, my question is: Does systemd have an internal list of processes that
> are
> > awaiting to be started?
> > and is there a way for me to put my own processes ahead of those of
> systemd?
> > If so, were is this list of processes implemented?
> > I am open to any suggestions.
>
> It's just a graph of dependencies, and everything is started as soon
> as all the dependencies are fulfilled.
>
> There is no real other tunable prioritization.
>
> What exact problem are you trying to solve?
>
> Kay
>
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to