blob: 1027c1f68b2c6039bc426ea6c4b5e3bfd613a602 [file] [log] [blame]
# 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
}