]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: add ability to kill processes in a subgroup of a unit
authorLennart Poettering <lennart@poettering.net>
Mon, 19 May 2025 15:38:26 +0000 (17:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 8 Jul 2025 01:14:53 +0000 (03:14 +0200)
commit0f23564ad4a191a92bc5544edf800bb2cfbb3513
treee0af0851567155852b80ae1ab3f27cae5aba0d3f
parent9afe65d974fe5dd09ccb423aa8e5c22888833fdc
pid1: add ability to kill processes in a subgroup of a unit

This is useful for things like machined, where the system machined wants
to manage a machine owned by the user somewhere down the tree.
man/org.freedesktop.systemd1.xml
man/systemctl.xml
src/core/dbus-manager.c
src/core/dbus-unit.c
src/core/dbus-unit.h
src/core/kill.c
src/core/kill.h
src/core/org.freedesktop.systemd1.conf
src/core/unit.c
src/core/unit.h
src/test/test-execute.c