function rsync {
	service="rsync"
	use="tcp"
	port=${port:-873}
	do_service $@
}
