dom0/pm-utils: kill qvm-sync-clock before suspend (#443)
To not desync time after resume.
This commit is contained in:
parent
b422bf8b2f
commit
1a50eb53b2
@ -15,5 +15,7 @@ sync_qubes_vms_wallclock()
|
||||
|
||||
case "$1" in
|
||||
thaw|resume) sync_qubes_vms_wallclock ;;
|
||||
# Kill qvm-sync-clock (if running) to not desync time after resume
|
||||
suspend|hibernate) killall qvm-sync-clock 2> /dev/null ;;
|
||||
*) exit 0 ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user