# default: off
# description: The vsftpd FTP server.
service ftp
{
	disable		= no
	socket_type	= stream
	protocol	= tcp
	wait		= no  
	user		= root
	nice		= 10
	rlimit_as	= 100M
	server		= /usr/sbin/vsftpd
#	server_args	= 
	only_from	= 0/0
}
