Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 406c0ea4fe9a28f8de88e8826f7e5d4b > files > 4

pure-ftpd-1.0.47-1.1.mga6.src.rpm

# default: off
# description: pure-ftpd server, xinetd version. \
# Don't run the standalone version if you run \
# this and remember do set "Daemonize" to "no" \
# in /etc/pure-ftpd/pure-ftpd.conf
service ftp
{
	disable	= yes
	socket_type		= stream
	wait			= no
	user			= root
	server			= /usr/sbin/pure-ftpd
	server_args		= /etc/pure-ftpd/pure-ftpd.conf
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
	nice			= 10
}