project-config/nodepool/elements/initialize-urandom/init-scripts/systemd/initialize-urandom.service
Paul Belanger d540370fe0
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>
2016-09-01 15:12:40 -04:00

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