vm: Run ntpd in FirewallVM as clock source for dom0 (#198)
This commit is contained in:
parent
1f96cf795b
commit
a62644bb4f
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user