# default: off
# description: ftp.proxy - application level gateway for FTP
service ftp
{
 	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= _ftpproxy
	nice		= 10
	rlimit_as	= 16M
	server     	= /usr/sbin/ftp.proxy
	server_args	= -e -m -f /etc/ftpproxy/ftpproxy.conf
}
