ACC SHELL

Path : /etc/xinetd.d/
File Upload :
Current File : //etc/xinetd.d/time-udp

# default: off
# description: An RFC 868 time server. This is the udp version.

service time
{
	type		= INTERNAL UNLISTED
	id		= time-dgram
	socket_type	= dgram
	protocol	= udp
	user		= root
	wait		= yes
	disable		= yes
	port		= 37
	FLAGS		= IPv6 IPv4
}                                                                               

ACC SHELL 2018