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

2012-01-12 Thread George Stefan
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 > On Thu, Jan 12, 2012 at 15:33, George Stefan > wrote: > > Hello, > > I want to implement a dynamic way of starting

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

2012-01-12 Thread George Stefan
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

[systemd-devel] User Login and custom .service file

2011-08-01 Thread George Stefan
Hi, I have a system configuration that requests the possibility of having multiple users. Does systemd allow us to have a path (like /lib/systemd/system) custom to each user? By this i mean something like "/home/user/systemd" where to have the associate .service/target/etc placed. Regards.