reload qubes-random-seed when restoring DispVM

This commit is contained in:
HW42 2015-07-01 21:02:11 +02:00 committed by Marek Marczykowski-Górecki
parent 0ffa746678
commit 05292c0ac5
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

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