# default: on
# description: The ProFTPD FTP server 
service ftp
{
	socket_type     = stream
	protocol        = tcp
	wait            = no
#	bind            = IP
	instances       = 30
	user            = root
	server          = /usr/sbin/proftpd
	log_on_success  += PID HOST USERID EXIT DURATION
	log_on_failure  += HOST USERID ATTEMPT
#	nice            = 10
	disable         = yes
}
