]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: include systemd-random-seed.service
authorCristian Rodríguez <crrodriguez@opensuse.org>
Tue, 10 Feb 2015 05:26:47 +0000 (02:26 -0300)
committerHarald Hoyer <harald@redhat.com>
Tue, 2 Jun 2015 10:06:49 +0000 (12:06 +0200)
In current systemd releases there is no random-seed-load service
only systemd-random-seed.service

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

index 3403b4b73744890a592655d2a1a54b6b16d948b8..ed55fccc4e1e2b0a0d795f9ce824746c03c7a5a0 100755 (executable)
@@ -98,6 +98,7 @@ install() {
         $systemdsystemunitdir/systemd-journald.service \
         $systemdsystemunitdir/systemd-vconsole-setup.service \
         $systemdsystemunitdir/systemd-random-seed-load.service \
+        $systemdsystemunitdir/systemd-random-seed.service \
         $systemdsystemunitdir/systemd-sysctl.service \
         \
         $systemdsystemunitdir/sysinit.target.wants/systemd-modules-load.service \