>>>>> 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 ? _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel