Skip to content

Commit ce82e96

Browse files
aafeijoo-susejohannbg
authored andcommitted
fix(systemd-coredump): add systemd-sysusers dependency
The systemd-coredump module depends on systemd-sysusers after the split of systemd sysuser configs (fec93bb).
1 parent e2aee2d commit ce82e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ check() {
2020
depends() {
2121

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

0 commit comments

Comments
 (0)