function ntp {
	service="ntp"
	use="udp"
	port=${port:-123}
	do_service $@
}
