summaryrefslogtreecommitdiff
blob: ad75aefddb6cc943b0b36c53855b6f19a079e466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# ProFTPd FTP daemon - http://www.proftpd.org
#
service ftp
{
       flags		= REUSE
       socket_type	= stream
       instances	= 30
       wait		= no
       user		= root
       server		= /usr/sbin/proftpd
       log_on_success	= HOST PID
       log_on_failure	= HOST
       disable		= yes
}