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