From: Adam Williamson Date: Mon, 17 Nov 2025 22:35:11 +0000 (-0800) Subject: Enable systemd-coredump for offline updates X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b671f193e31bf9b80c36c7a7a64ab160f19c0f4a;p=thirdparty%2Fsystemd.git Enable systemd-coredump for offline updates If a crash occurs during an offline update, we do not get a coredump, because systemd-coredump is not enabled. This of course complicates debugging. Signed-off-by: Adam Williamson --- diff --git a/units/meson.build b/units/meson.build index 2e04c4aa2b2..ddaefc56e8c 100644 --- a/units/meson.build +++ b/units/meson.build @@ -310,7 +310,7 @@ units = [ { 'file' : 'systemd-coredump.socket', 'conditions' : ['ENABLE_COREDUMP'], - 'symlinks' : ['sockets.target.wants/'], + 'symlinks' : ['sockets.target.wants/', 'system-update-pre.target.wants/'], }, { 'file' : 'systemd-coredump@.service.in',