https://github.com/root-project/root
Raw File
Tip revision: bd5dba088e6f6c700eb6257b2049d18564db6fcf authored by Unknown Author on 26 October 2006, 11:02:47 UTC
This commit was manufactured by cvs2svn to create tag 'v5-12-00f'.
Tip revision: bd5dba0
proofd.xinetd.in
# default: on
# description: The proofd daemon is used to startup PROOF.
service proofd
{
	disable			= no
	socket_type		= stream
	wait			= no
	user			= root
	server			= @bindir@/proofd
	server_args		= -i @prefix@
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
}
back to top