diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-10-16 16:13:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 16:13:16 +0200 |
commit | cde8cc946be9183c8381a5d30be0a862abd6b389 (patch) | |
tree | b6f5d178333e3d68f75bef09463fb39b157be916 /units | |
parent | mount-util: use mount beneath to replace previous namespace mount (diff) | |
parent | nspawn: set CoredumpReceive=yes on container's scope when --boot is set (diff) | |
download | systemd-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.in | 1 |
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}} |