You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-ftp/pure-ftpd/files/pure-ftpd.xinetd

14 lines
247 B

#
# Pure-FTPd FTP daemon - http://www.pureftpd.org
#
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/pure-ftpd
server_args = -s -a 42
protocol = tcp
disable = yes
}