[systemd-devel] bug or I misunderstand systemd configuration rules ?

2011-08-25 Thread Warpme
Hi, I have problem with understanding following systemd behaviour and need assistance of somebody knowledgeable in systemd config area: Context: daemon1 is server for application1 I want to have situation where: 1\"systemctl start application1" also starts daemon1 2\"systemctl stop daemon1" a

Re: [systemd-devel] bug or I misunderstand systemd configuration rules ?

2011-08-25 Thread 小蔡
On 2011年08月26日 03:33, Warpme wrote: > Hi, > > I have problem with understanding following systemd behaviour and need > assistance of somebody knowledgeable in systemd config area: > > Context: > daemon1 is server for application1 > > I want to have situation where: > 1\"systemctl start application1

Re: [systemd-devel] bug or I misunderstand systemd configuration rules ?

2011-08-25 Thread Mathieu Bridon
On Thu, 2011-08-25 at 21:33 +0200, Warpme wrote: > 4\"systemctl restart daemon1" restarts also application1 [... snip ...] > Unfortunately for 4\ systemctl hangs during execution "systemctl restart > daemon1". > > It is bug or I completely misunderstand systemd configuration rules ? I found the

Re: [systemd-devel] bug or I misunderstand systemd configuration rules ?

2011-08-26 Thread warpme
Oh, I don't want to be too principal, but You miss whole point. 5 cases listed by me are not list of observed results but rather list of expected behavior... >> I want to have situation where: >> 1\"systemctl start application1" also starts daemon1 >Yes >> 2\"systemctl stop daemon1" also stops