unit: drop Before=sysinit.target from systemd-random-seed.service

Follow-up for 26ded55709.

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).
This commit is contained in:
Yu Watanabe 2019-08-05 08:05:54 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4c071d7f2a
commit 60ab2d1a4b
1 changed files with 1 additions and 1 deletions

View File

@ -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]