]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: implement Kill/Automount/Mount Context/Runtime for io.systemd.Unit.List (#39391)
authorLennart Poettering <lennart@amutable.com>
Mon, 20 Apr 2026 20:57:21 +0000 (22:57 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 20:57:21 +0000 (22:57 +0200)
The PR implements the following objects + tests for
`io.systemd.Unit.List`:
- `KillContext`
- `AutomountContext`
- `AutomountRuntime`
- `MountContext`
- `MountRuntime`

It's a continuation of the following PRs:
* https://github.com/systemd/systemd/pull/37432
* https://github.com/systemd/systemd/pull/37646
* https://github.com/systemd/systemd/pull/38032
* https://github.com/systemd/systemd/pull/38212


Trivial merge