[systemd-devel] does service block when systemctl stop another service
Xin Long
lucien.xin at gmail.com
Fri Aug 5 21:25:44 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.
More information about the systemd-devel
mailing list