Blame SOURCES/vsftpd.xinetd

ab00cd
# default: off
ab00cd
# description: The vsftpd FTP server serves FTP connections. It uses \
ab00cd
#	normal, unencrypted usernames and passwords for authentication.
ab00cd
service ftp
ab00cd
{
ab00cd
	socket_type		= stream
ab00cd
	wait			= no
ab00cd
	user			= root
ab00cd
	server			= /usr/sbin/vsftpd
ab00cd
	server_args             = /etc/vsftpd/vsftpd.conf
ab00cd
	nice			= 10
ab00cd
	disable			= yes
ab00cd
	flags			= IPv4
ab00cd
}