
service pwdgen
{
	type        = UNLISTED
	disable     = yes
	socket_type = stream
	protocol    = tcp
	port        = 129
	user        = apgd
	wait        = no
	instances   = 10
	server      = /usr/sbin/apgd
#	server_args = "-a 1"
	only_from   = 127.0.0.1
}

