From: Yu Watanabe Date: Sun, 4 Aug 2019 23:05:54 +0000 (+0900) Subject: unit: drop Before=sysinit.target from systemd-random-seed.service X-Git-Tag: v243-rc2~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60ab2d1a4b3b927ad4536d0d8fb4609fb4053d62;p=thirdparty%2Fsystemd.git unit: drop Before=sysinit.target from systemd-random-seed.service Follow-up for 26ded55709947d936634f1de0f43dcf88f594621. The commit says, > Note that with this change sysinit.target (and thus early boot) is NOT systematically delayed until the entropy pool is initialized, But the dependency was not dropped. This was found by David Seifert (@SoapGentoo). --- diff --git a/units/systemd-random-seed.service.in b/units/systemd-random-seed.service.in index 5a490420e90..c64e8a90913 100644 --- a/units/systemd-random-seed.service.in +++ b/units/systemd-random-seed.service.in @@ -14,7 +14,7 @@ DefaultDependencies=no RequiresMountsFor=@RANDOM_SEED@ Conflicts=shutdown.target After=systemd-remount-fs.service -Before=sysinit.target shutdown.target +Before=shutdown.target ConditionVirtualization=!container [Service]