Skip to content

Commit

Permalink
fix(systemd-coredump): correct systemd-coredump binary path
Browse files Browse the repository at this point in the history
This issue went unnoticed because the systemd module always installs the
systemd-coredump binary using the right path.
  • Loading branch information
aafeijoo-suse authored and johannbg committed Dec 3, 2022
1 parent d40617f commit 4b931bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/01systemd-coredump/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4b931bf

Please sign in to comment.