diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-08-05 01:05:54 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-05 20:21:38 +0200 |
commit | 60ab2d1a4b3b927ad4536d0d8fb4609fb4053d62 (patch) | |
tree | d425b1ecb4f0a88e7bd16947d0168cd9d6c37396 /units/systemd-random-seed.service.in | |
parent | meson: create (empty) /etc/systemd/system during installation (diff) | |
download | systemd-60ab2d1a4b3b927ad4536d0d8fb4609fb4053d62.tar.xz systemd-60ab2d1a4b3b927ad4536d0d8fb4609fb4053d62.zip |
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).
Diffstat (limited to 'units/systemd-random-seed.service.in')
-rw-r--r-- | units/systemd-random-seed.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
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] |