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