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
