Re: [systemd-devel] does service block when systemctl stop another service

2016-08-06 Thread Xin Long
> Will service [a] block there when system shudown ? Default execution is synchronous, so yes, it will block. >>> even stop with "systemctl stop"? it looks kinda stopping manually. >>> still check the dependence ? >>> >>> do you have some way to let it not block, like some params of

Re: [systemd-devel] does service block when systemctl stop another service

2016-08-05 Thread Xin Long
Will service [a] block there when system shudown ? >>> >>> Default execution is synchronous, so yes, it will block. >> even stop with "systemctl stop"? it looks kinda stopping manually. >> still check the dependence ? >> >> do you have some way to let it not block, like some params of

Re: [systemd-devel] does service block when systemctl stop another service

2016-08-05 Thread Andrei Borzenkov
On Fri, Aug 5, 2016 at 2:46 PM, Xin Long wrote: > Hi, Andrei: > On Fri, Aug 5, 2016 at 7:13 PM, Andrei Borzenkov wrote: >> On Fri, Aug 5, 2016 at 2:01 PM, Xin Long wrote: >>> When system shutdown, service [a] try to kill service

Re: [systemd-devel] does service block when systemctl stop another service

2016-08-05 Thread Xin Long
Hi, Andrei: On Fri, Aug 5, 2016 at 7:13 PM, Andrei Borzenkov wrote: > On Fri, Aug 5, 2016 at 2:01 PM, Xin Long wrote: >> When system shutdown, service [a] try to kill service [b] with 'systemctl >> stop', >> but we define the dependence that [b] must

Re: [systemd-devel] does service block when systemctl stop another service

2016-08-05 Thread Andrei Borzenkov
On Fri, Aug 5, 2016 at 2:01 PM, Xin Long wrote: > When system shutdown, service [a] try to kill service [b] with 'systemctl > stop', > but we define the dependence that [b] must die after [a]. > > Will service [a] block there when system shudown ? Default execution is

[systemd-devel] does service block when systemctl stop another service

2016-08-05 Thread Xin Long
When system shutdown, service [a] try to kill service [b] with 'systemctl stop', but we define the dependence that [b] must die after [a]. Will service [a] block there when system shudown ? ___ systemd-devel mailing list