Re: [systemd-devel] dependencies between instances

2013-02-13 Thread Lennart Poettering
On Wed, 13.02.13 11:22, Oleksii Shevchuk ([email protected]) wrote: > > > Can you suggest other usecases? > > I can. Situation like local client-server, where server requires root > creds, cannot into socket/d-bus activation and requires device or > something about it; client should be running fr

Re: [systemd-devel] dependencies between instances

2013-02-13 Thread Oleksii Shevchuk
> Can you suggest other usecases? I can. Situation like local client-server, where server requires root creds, cannot into socket/d-bus activation and requires device or something about it; client should be running from user and server requires. Example: pcscd + nfc-eventd So, how it supposed to

Re: [systemd-devel] dependencies between instances

2013-02-12 Thread Lennart Poettering
On Mon, 28.01.13 07:39, Łukasz Stelmach ([email protected]) wrote: > Dear All, > > I was trying to investigate this problem by my own eyeballs. After few > hours I am almost sure (I'd be glad to hear it from someone of greater > knowledge of systemd than me (which isn't that hard)) there is

Re: [systemd-devel] dependencies between instances

2013-01-28 Thread David Strauss
On Sun, Jan 27, 2013 at 10:39 PM, Łukasz Stelmach wrote: > After few hours I am almost sure (I'd be glad to hear it from someone of > greater > knowledge of systemd than me (which isn't that hard)) there is no link > enabling dependencies between units from PID 1 and user session, is > there? Co

[systemd-devel] dependencies between instances

2013-01-27 Thread Łukasz Stelmach
Dear All, I was trying to investigate this problem by my own eyeballs. After few hours I am almost sure (I'd be glad to hear it from someone of greater knowledge of systemd than me (which isn't that hard)) there is no link enabling dependencies between units from PID 1 and user session, is there?