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

Xin Long lucien.xin at gmail.com
Sun Aug 7 04:36:45 UTC 2016


>>>>> 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 :)
>
>      --no-block       Do not wait until operation finished
>
> This one sounds dangerous, I just hope it would not check dependence
> (that's the block reason), not really no-block.

how about this one:
       --ignore-dependencies

does it work as I expected ?


More information about the systemd-devel mailing list