*Do* block until good random is available again

This commit is contained in:
Rusty Bird 2016-07-01 16:01:47 +00:00
parent fbf4c93730
commit cb55dfa6ae
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -22,6 +22,6 @@ if true; then
echo "Waiting for save/restore..."
qubesdb-read /qubes-restore-complete || wait $watch_pid
echo Back to life.
systemctl --no-block restart qubes-random-seed.service
systemctl restart qubes-random-seed.service
fi