]> git.ipfire.org Git - thirdparty/systemd.git/commit
Implement Service Context/Runtime for io.systemd.Unit.List (#42098)
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 15 May 2026 09:20:56 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Fri, 15 May 2026 09:20:56 +0000 (10:20 +0100)
commitf33fa0910d7a1009f669f612037a0453904bb643
treee26fd491155cf0378499aeebfddfad58f01f76c1
parentbbf69974a8fdf57d449668d6b3093501c8526e51
parent3fcb483bca38df416e0f4f49754a85738c7373ae
Implement Service Context/Runtime for io.systemd.Unit.List (#42098)

The PR implements the following objects + tests for
io.systemd.Unit.List:
- ServiceContext
- ServiceRuntime

It's hopefully the last PR of the long sequence of:

* 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
* https://github.com/systemd/systemd/pull/39391
* https://github.com/systemd/systemd/pull/41980
* https://github.com/systemd/systemd/pull/42057