summaryrefslogtreecommitdiff
blob: d77213fa5ca3a7551dd3660ea2390dc2b1384efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# default: off
# description: Vsftpd is an FTP server, designed to be secure.

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