qvm-sync-clock.sh 93 B

12345
  1. #!/bin/sh
  2. if [ ! -f /var/run/qubes-service/clocksync ]; then
  3. /usr/bin/qvm-sync-clock
  4. fi