# default: off
# description: STunnel inetd service
service	stunnel
{
	disable			= yes
	socket_type		= stream
	wait			= no
	user			= root
	nice			= 10
	port			= 6666
	rlimit_as		= 64M
	server			= /usr/bin/stunnel
	server_args		= "/etc/stunnel/stunnel.conf"
	type			= UNLISTED
}
