]> git.ipfire.org Git - thirdparty/systemd.git/commit
run: refuse --no-block when combined with --scope
authorShihao Ren <renshihao.rsh@bytedance.com>
Tue, 30 Jun 2026 12:30:50 +0000 (20:30 +0800)
committerLennart Poettering <lennart@poettering.net>
Wed, 1 Jul 2026 21:37:44 +0000 (23:37 +0200)
commit48dc1bbd09614b44d34b6528cfad2bbefeace739
tree5743a8895cac0e9853b6d4674a5774f79f5946d7
parentafcc11d938b9b160f152c772a56a7924950e5b88
run: refuse --no-block when combined with --scope

In the systemd-run --scope mode, --no-block has no actual effect and will
be silently ignored. Therefore, this combination is explicitly rejected to
reduce confusion for users when using it.

Fixes: #42806
man/systemd-run.xml
src/run/run.c