summaryrefslogtreecommitdiff
path: root/net-ftp/vsftpd/files/vsftpd.xinetd
blob: a4ac0211d212806994a83a434ad355bd75512ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# default: off
# description: Very Secure FTP Daemon

service ftp
{
	socket_type     = stream
	wait            = no
	user            = root
	server          = /usr/sbin/vsftpd
	server_args     = -olisten=NO
	log_on_success  += DURATION 
	nice            = 10
	disable         = yes
}