vm: Run ntpd in FirewallVM as clock source for dom0 (#198)
This commit is contained in:
parent
9d778d6870
commit
2784d0ccd4
@ -71,6 +71,11 @@ start()
|
|||||||
|
|
||||||
success
|
success
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
type=$(/usr/bin/xenstore-read qubes_vm_type)
|
||||||
|
if [ "$type" == "ProxyVM" ]; then
|
||||||
|
/sbin/service ntpd start
|
||||||
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user