summaryrefslogtreecommitdiff
blob: 966154824dff4460f33208251ca0c43a0a7ad1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
service tftp
{
	disable		= yes
	id		= tftp
	wait		= no
	socket_type	= stream

	user		= tftp
	group		= tftp
	server		= /usr/sbin/in.tftpd
	server_args	= /tftpboot

	log_on_success	= PID HOST USERID EXIT DURATION
	log_on_failure	= USERID ATTEMPT
}