core/main: make positional arguments followed by '=', then by value
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Mar 2023 05:10:30 +0000 (14:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Mar 2023 06:16:21 +0000 (15:16 +0900)
commitd2ebd50d7f9740dcf30e84efc75610af173967d2
treeebc38759c3fe2121f82a612279bfa9aefbad2c32
parent6920049fad4fa39db5fec712f82f7f75b98fd4b9
core/main: make positional arguments followed by '=', then by value

To make ConditionKernelCommandLine= or friend not confused when we are
running in a container.

Addresses https://github.com/systemd/systemd/pull/26887#discussion_r1143358884.
src/core/main.c