# default: off
# description: The ftp-proxy SUSE proxy-suite.
service ftp-proxy
{
	disable		= yes
	socket_type	= stream
	protocol	= tcp
	wait		= no  
	user		= root
	nice		= 10
	rlimit_as	= 16M
	server		= /usr/sbin/ftp-proxy
	server_args	= -i
}
