]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
io.systemd.Unit.List fix context/runtime split (#38172)
authorMike Yuan <me@yhndnzj.com>
Sat, 12 Jul 2025 16:01:41 +0000 (18:01 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 16:01:41 +0000 (18:01 +0200)
This PR rearranges fields in io.systemd.Unit.List according to
@poettering guidance:

> if a property can be set in a unit file, ever, then it belongs in
context. Otherwise, it belongs to runtime.

https://github.com/systemd/systemd/issues/38124


Trivial merge