summaryrefslogtreecommitdiff
blob: 1d486c3a45f6c1af260f79ea8637b7256eaf8da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# default: off
# description: The netkit ftp daemon with optional SSL support.

service ftp
{
	socket_type		= stream
	protocol		= tcp
	wait			= no
	user			= root
	server			= /usr/bin/ftpd
	disable			= yes
}