]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: do not filter out systemd.unit= and run-level specifier from kernel command...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Jul 2022 19:18:41 +0000 (04:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 1 Jul 2022 20:07:23 +0000 (05:07 +0900)
commitbffde9b5869fffc09e7824d2ac0aeb82a31a134b
tree6d92693358ec8684a03bf1aa13ff76cea97f7ac8
parent71562f517490337c16f85f7104a49f47c6f74a1f
core: do not filter out systemd.unit= and run-level specifier from kernel command line

Fixes a bug introduced by 846f1da465beda990c1c01346311393f485df467.

The commit 846f1da465beda990c1c01346311393f485df467 made systemd.unit=
filtered out from the command line. That causes debug-generator does not
work as expected on daemon-reexecute, and we cannot call `systemctl
daemon-reexecute` in our test suite running on nspawn.

Fixes issue reported in https://github.com/systemd/systemd/pull/23851#issuecomment-1170992052.
src/core/main.c