Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 112ce1077a831a3a0357edfae4a63459 > files > 25

vsftpd-2.3.4-7.fc16.src.rpm

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