Add After=network.target for urandom.service

By making initialize-urandom.service work the same way glean.service
does, we can ensure both services run.  Today, glean will report a
dependency error, which breaks networking on ubuntu-xenial.

Change-Id: Ia7e26166323bd398edd000e70368928e758f22d3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-08-19 14:30:16 -04:00
parent dd083c672d
commit bf315be8c5
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 0 deletions

View File

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