Skip to content

Commit 4971f44

Browse files
aafeijoo-susejohannbg
authored andcommitted
fix(systemd-journald): add systemd-sysusers dependency
1 parent 4d59421 commit 4971f44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ check() {
1919
# Module dependency requirements.
2020
depends() {
2121

22+
# This module has external dependency on other module(s).
23+
echo systemd-sysusers
2224
# Return 0 to include the dependent module(s) in the initramfs.
2325
return 0
2426

0 commit comments

Comments
 (0)