Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 3d4a6456e0632c77aea0511f71371145 > files > 25

proftpd-1.3.3e-3.mga1.src.rpm

# default: off
# description: proftpd server, xinetd version. \
# Don't run the standalone version if you run \
# this!

service ftp
{
	socket_type		= stream
	wait			= no
	user			= root
	server			= /usr/sbin/in.ftpd
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
	nice			= 10
	disable			= yes
}