Browse Source

systemd: include the systemd-random-seed-load.service

The systemd cryptsetup-generator wants systemd-random-seed-load.service
in case /dev/urandom is the device.
master
Harald Hoyer 12 years ago
parent
commit
5d68c80b16
  1. 1
      modules.d/98systemd/module-setup.sh

1
modules.d/98systemd/module-setup.sh

@ -85,6 +85,7 @@ install() { @@ -85,6 +85,7 @@ install() {
$systemdsystemunitdir/systemd-ask-password-plymouth.service \
$systemdsystemunitdir/systemd-journald.service \
$systemdsystemunitdir/systemd-vconsole-setup.service \
$systemdsystemunitdir/systemd-random-seed-load.service \
$systemdsystemunitdir/sysinit.target.wants/systemd-modules-load.service \
$systemdsystemunitdir/sysinit.target.wants/systemd-ask-password-console.path \
$systemdsystemunitdir/sysinit.target.wants/systemd-journald.service \

Loading…
Cancel
Save