summaryrefslogtreecommitdiff
blob: 1027c1f68b2c6039bc426ea6c4b5e3bfd613a602 (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.
# $Id$

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