<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">Thank you for the quick reply. I am not trying to solve any development problem. <div>
My own problem is something like this: i have a service that is part of this graph of dependencies.</div><div>How can i make sure that this service will be processed prior that the other ones one the same level.</div><div>
This service will also start other services. Will those services be children of my first service? </div><div>What is the graph traversing method used?</div><div>Thanks!</div></span><br><div class="gmail_quote">2012/1/12 Kay Sievers <span dir="ltr">&lt;<a href="mailto:kay.sievers@vrfy.org">kay.sievers@vrfy.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Jan 12, 2012 at 15:33, George Stefan &lt;<a href="mailto:stefan.george87@gmail.com">stefan.george87@gmail.com</a>&gt; wrote:<br>

&gt; Hello,<br>
&gt; I want to implement a dynamic way of starting up services using systemd<br>
&gt; immediatly after boot.<br>
&gt; So, my question is: Does systemd have an internal list of processes that are<br>
&gt; awaiting to be started?<br>
&gt; and is there a way for me to put my own processes ahead of those of systemd?<br>
&gt; If so, were is this list of processes implemented?<br>
&gt; I am open to any suggestions.<br>
<br>
</div></div>It&#39;s just a graph of dependencies, and everything is started as soon<br>
as all the dependencies are fulfilled.<br>
<br>
There is no real other tunable prioritization.<br>
<br>
What exact problem are you trying to solve?<br>
<span class="HOEnZb"><font color="#888888"><br>
Kay<br>
</font></span></blockquote></div><br>