From b19ba4dc2deb9c3a8d80abcc38aeb597d68b28d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 29 Feb 2016 13:31:25 +0100 Subject: [PATCH] pm-utils: do not leave background tasks - will be killed by systemd qvm-sync-clock running in background is killed as soon as qubes-suspend.service is terminated. Additionally restore --verbose option, which was the case (implicitly) in previous qvm-run based code. Fixes QubesOS/qubes-issues#1795 --- pm-utils/01qubes-sync-vms-clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm-utils/01qubes-sync-vms-clock b/pm-utils/01qubes-sync-vms-clock index a126dda..c14268c 100755 --- a/pm-utils/01qubes-sync-vms-clock +++ b/pm-utils/01qubes-sync-vms-clock @@ -3,7 +3,7 @@ sync_qubes_vms_wallclock() { # Sync all VMs (based on dom0 clock if network time sync fails) - /usr/bin/qvm-sync-clock --force & + /usr/bin/qvm-sync-clock --force --verbose } case "$1" in