]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/bus-unit-util.c
core: add CoredumpReceive= setting
authorNick Rosbrook <enr0n@ubuntu.com>
Fri, 29 Sep 2023 19:39:17 +0000 (15:39 -0400)
committerNick Rosbrook <enr0n@ubuntu.com>
Fri, 13 Oct 2023 19:13:11 +0000 (15:13 -0400)
commit6cf96ab4568e39c534e6db6aa80a44fcf43b0c24
treed598bdb20127c3580b1c08c8447af00ccc2fdba4
parentb426b4eed8d83ac3111c8d9814b96bca0d88382f
core: add CoredumpReceive= setting

This setting indicates that the given unit wants to receive coredumps
for processes that crash within the cgroup of this unit. This setting
requires that Delegate= is also true, and therefore is only available
where Delegate= is available.

This will be used by systemd-coredump to support forwarding coredumps to
containers.
src/basic/cgroup-util.c
src/basic/cgroup-util.h
src/core/cgroup.c
src/core/cgroup.h
src/core/dbus-cgroup.c
src/core/load-fragment-gperf.gperf.in
src/shared/bus-unit-util.c