summaryrefslogtreecommitdiffstats
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-10-16 16:13:16 +0200
committerGitHub <noreply@github.com>2023-10-16 16:13:16 +0200
commitcde8cc946be9183c8381a5d30be0a862abd6b389 (patch)
treeb6f5d178333e3d68f75bef09463fb39b157be916 /units
parentmount-util: use mount beneath to replace previous namespace mount (diff)
parentnspawn: set CoredumpReceive=yes on container's scope when --boot is set (diff)
downloadsystemd-cde8cc946be9183c8381a5d30be0a862abd6b389.tar.xz
systemd-cde8cc946be9183c8381a5d30be0a862abd6b389.zip
Merge pull request #29272 from enr0n/coredump-container
coredump: support forwarding coredumps to containers
Diffstat (limited to 'units')
-rw-r--r--units/systemd-nspawn@.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in
index 079d6064f6..ff66d4090a 100644
--- a/units/systemd-nspawn@.service.in
+++ b/units/systemd-nspawn@.service.in
@@ -26,6 +26,7 @@ SuccessExitStatus=133
Slice=machine.slice
Delegate=yes
DelegateSubgroup=supervisor
+CoredumpReceive=yes
TasksMax=16384
{{SERVICE_WATCHDOG}}