ACC SHELL

Path : /etc/xinetd.d/
File Upload :
Current File : //etc/xinetd.d/services

# default: off
# description: An internal xinetd service, listing active services.

service services
{
	type		= INTERNAL UNLISTED
	port		= 9098
	socket_type	= stream
	protocol	= tcp
	wait		= no
	disable		= yes
	only_from	= 127.0.0.1
	FLAGS		= IPv6 IPv4
}                                                                               

ACC SHELL 2018