]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: do early setup check for arguments with '=' too
authorMike Yuan <me@yhndnzj.com>
Sun, 2 Apr 2023 10:56:12 +0000 (18:56 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 2 Apr 2023 15:22:52 +0000 (16:22 +0100)
commit4f44d2c4f76922a4f48dd4473e6abaca40d7e555
treeca953e895a8466f537cd58c0bd39de624f9daa3e
parent6cc19afac1332d070d203e12c4f5039c5ea8ae8c
core: do early setup check for arguments with '=' too

Follow-up for d2ebd50d7f9740dcf30e84efc75610af173967d2

We now modify our cmdline to use '=' for all arguments,
but didn't change early setup check to work with that.
So every daemon-reexec does a full setup, thus breaking
running user sessions.

Fixes #27106
src/core/main.c