summaryrefslogtreecommitdiff
path: root/vsftpd.xinetd
blob: 9b22b5bd1b289416ea550c1cc277c6c03956d5da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
}