summaryrefslogtreecommitdiff
blob: 8d6e95a5e4443567a6f6571561cf0d4f3cc22b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
service lfd
{
	port		= 50001
	bind		= localhost
	type		= UNLISTED
	flags		= REUSE
	socket_type	= stream
	wait		= no
	user		= uucp
	server		= /usr/sbin/in.lfd
	log_on_failure	+= USERID
	disable		= yes
}