On Fri, Aug 5, 2016 at 2:46 PM, Xin Long <[email protected]> wrote: > Hi, Andrei: > On Fri, Aug 5, 2016 at 7:13 PM, Andrei Borzenkov <[email protected]> wrote: >> On Fri, Aug 5, 2016 at 2:01 PM, Xin Long <[email protected]> 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 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 systemctl ?
systemctl stop --no-block :) _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
