d540370fe0
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>
14 lines
285 B
Desktop File
14 lines
285 B
Desktop File
[Unit]
|
|
Description=Quickly initialize the nonblocking kernel random number generator at boot.
|
|
Before=network-pre.target
|
|
Wants=network-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/usr/local/bin/initialize-urandom.py
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|