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