From 60ab2d1a4b3b927ad4536d0d8fb4609fb4053d62 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 5 Aug 2019 08:05:54 +0900 Subject: [PATCH] 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). --- units/systemd-random-seed.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-random-seed.service.in b/units/systemd-random-seed.service.in index 5a490420e9..c64e8a9091 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] -- 2.25.1