Viitor_proftpd/etc/xinetd.d/proftpd
kueller 13104ec0a8 V962 Branch
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_proftpd@4423 504e572c-2e33-0410-9681-be2bf7408885
2008-05-03 17:02:52 +00:00

14 lines
362 B
Plaintext

service ftp
{
disable = no
flags = REUSE
socket_type = stream
instances = 50
wait = no
user = root
server = /usr/sbin/proftpd
# bind = <the-ip-you-wish-to-bind-to>
log_on_success = HOST PID
log_on_failure = HOST RECORD
}