Skip to content

Commit

Permalink
fix(systemd-coredump): add systemd-sysusers dependency
Browse files Browse the repository at this point in the history
The systemd-coredump module depends on systemd-sysusers after the split of
systemd sysuser configs (fec93bb).
  • Loading branch information
aafeijoo-suse authored and johannbg committed Feb 23, 2022
1 parent e2aee2d commit ce82e96
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 @@ -20,7 +20,7 @@ check() {
depends() {

# This module has external dependency on the systemd module.
echo systemd-journald systemd-sysctl
echo systemd-journald systemd-sysctl systemd-sysusers
# Return 0 to include the dependent module(s) in the initramfs.
return 0

Expand Down

0 comments on commit ce82e96

Please sign in to comment.