# default: off
# description: automated password generator daemon

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

