[systemd-devel] Help regarding priorization of processes at start up

Kay Sievers kay.sievers at vrfy.org
Thu Jan 12 06:43:19 PST 2012


On Thu, Jan 12, 2012 at 15:33, George Stefan <stefan.george87 at gmail.com> 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


More information about the systemd-devel mailing list