systemd: include the systemd-random-seed-load.service
authorHarald Hoyer <harald@redhat.com>
Thu, 11 Apr 2013 11:10:24 +0000 (13:10 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 12 Apr 2013 13:27:27 +0000 (15:27 +0200)
The systemd cryptsetup-generator wants systemd-random-seed-load.service
in case /dev/urandom is the device.

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

index 450b42b..9183626 100755 (executable)
@@ -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 \