Remove After=network.target from initialize-urandom service

This actually breaks a dependency cycle we had with glean.  And now
initialize-urandom is run before networking is started.

Change-Id: I891ae11435d279de505d7552129d60efc84de46b
Depends-On: Ifa98cc45f6bbdec722bc9452f17c29a8bddc6a0e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-09-01 15:11:29 -04:00
parent bdb523e832
commit d540370fe0
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
[Unit]
Description=Quickly initialize the nonblocking kernel random number generator at boot.
After=network.target
Before=network-pre.target
Wants=network-pre.target