summaryrefslogtreecommitdiff
path: root/units/systemd-random-seed.service.in
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-08-05 08:05:54 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-08-05 20:21:38 +0200
commit60ab2d1a4b3b927ad4536d0d8fb4609fb4053d62 (patch)
treed425b1ecb4f0a88e7bd16947d0168cd9d6c37396 /units/systemd-random-seed.service.in
parent4c071d7f2a269f1c7b25402a272f90701b8a070c (diff)
downloadsystemd-60ab2d1a4b3b927ad4536d0d8fb4609fb4053d62.tar.gz
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.in2
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]