Re: [systemd-devel] Starting configurable set of services first

2014-11-19 Thread WaLyong Cho
On 10/28/2014 01:06 AM, Umut Tezduyar Lindskog wrote: > On Wed, Oct 22, 2014 at 7:44 PM, Lennart Poettering > wrote: >> On Tue, 02.09.14 10:06, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: >> >>> Hi, >>> >>> I would like to start a configurable set of services first and the >>> services are w

Re: [systemd-devel] Starting configurable set of services first

2014-10-27 Thread Lennart Poettering
On Mon, 27.10.14 17:06, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > >> Should this be something we should support natively by systemd? > > > > As discussed at th systemd hackfest: I am a bit conservative about > > this as it introduces plenty chance for deadlocks, where services > > might

Re: [systemd-devel] Starting configurable set of services first

2014-10-27 Thread Umut Tezduyar Lindskog
On Wed, Oct 22, 2014 at 7:44 PM, Lennart Poettering wrote: > On Tue, 02.09.14 10:06, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > >> Hi, >> >> I would like to start a configurable set of services first and the >> services are wanted by multi-user.target. I am using a service to jump >> to m

Re: [systemd-devel] Starting configurable set of services first

2014-10-22 Thread Lennart Poettering
On Tue, 02.09.14 10:06, Umut Tezduyar Lindskog (u...@tezduyar.com) wrote: > Hi, > > I would like to start a configurable set of services first and the > services are wanted by multi-user.target. I am using a service to jump > to multi-user.target and I was wondering if we can support this use > c

[systemd-devel] Starting configurable set of services first

2014-09-02 Thread Umut Tezduyar Lindskog
Hi, I would like to start a configurable set of services first and the services are wanted by multi-user.target. I am using a service to jump to multi-user.target and I was wondering if we can support this use case natively by systemd. multi-user.target.wants A.service B.service C.service