qports/qubes-vm-core/qvm-sync-clock.sh

7 lines
151 B
Bash
Raw Normal View History

#!/bin/sh
if [ ! -f /var/run/qubes-service/clocksync ]; then
# https://github.com/QubesOS/qubes-issues/issues/7265
/usr/bin/qvm-sync-clock
fi