Skip to content

Commit

Permalink
fix(systemd): do not include systemd-random-seed.service
Browse files Browse the repository at this point in the history
The systemd-random-seed.service unit is configured not to run in the initrd
since systemd/systemd@fe7f113c

Also, the systemd-random-seed-load.service does not exist since
systemd/systemd@c35b956d
  • Loading branch information
aafeijoo-suse committed Jun 8, 2023
1 parent c158899 commit 925febf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules.d/00systemd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ install() {
"$systemdsystemunitdir"/systemd-journald.service \
"$systemdsystemunitdir"/systemd-vconsole-setup.service \
"$systemdsystemunitdir"/systemd-volatile-root.service \
"$systemdsystemunitdir"/systemd-random-seed-load.service \
"$systemdsystemunitdir"/systemd-random-seed.service \
"$systemdsystemunitdir"/systemd-sysctl.service \
"$systemdsystemunitdir"/sysinit.target.wants/systemd-modules-load.service \
"$systemdsystemunitdir"/sysinit.target.wants/systemd-ask-password-console.path \
Expand Down

0 comments on commit 925febf

Please sign in to comment.