]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(systemd-coredump): correct systemd-coredump binary path
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 24 Nov 2022 09:59:09 +0000 (10:59 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 3 Dec 2022 14:43:12 +0000 (14:43 +0000)
This issue went unnoticed because the systemd module always installs the
systemd-coredump binary using the right path.

modules.d/01systemd-coredump/module-setup.sh

index 09bd1af5b2f201a8bd2b69f0003658bb7fee9636..69ec96686458f4e6095b2b8cd528cad2926c7065 100755 (executable)
@@ -33,7 +33,7 @@ install() {
     inst_multiple -o \
         "$sysctld"/50-coredump.conf \
         "$systemdutildir"/coredump.conf \
-        "$systemdsystemunitdir"/systemd-coredump \
+        "$systemdutildir"/systemd-coredump \
         "$systemdsystemunitdir"/systemd-coredump.socket \
         "$systemdsystemunitdir"/systemd-coredump@.service \
         "$systemdsystemunitdir"/sockets.target.wants/systemd-coredump.socket \