
This commit is a verbatim copy of the nodepool/elements directory in the openstack/project-config repo. Change-Id: I86768fcda43f2997700ce748ba7118a2ab2d43f0
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
|