]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: create abstraction/more properties for the "Exec" part of Unit.StartTransient...
authorLennart Poettering <lennart@amutable.com>
Mon, 22 Jun 2026 08:39:42 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2026 08:39:42 +0000 (10:39 +0200)
This is a bit of an RFC (but I hope I got it mostly right), @daandemeyer
suggested in
https://github.com/systemd/systemd/pull/42161#pullrequestreview-4336323314
to improve the abstractions around the Exec= in
io.systemd.Unit.StartTransient as we will add a bunch more of those. So
this PR adds first a better abstraction and then uses it. See the
individual commits for details.


Trivial merge