vm: Run ntpd in FirewallVM as clock source for dom0 (#198)

This commit is contained in:
Marek Marczykowski 2011-06-26 18:57:46 +02:00
parent 1f96cf795b
commit a62644bb4f

View File

@ -71,6 +71,11 @@ start()
success
echo ""
type=$(/usr/bin/xenstore-read qubes_vm_type)
if [ "$type" == "ProxyVM" ]; then
/sbin/service ntpd start
fi
return 0
}