https://github.com/root-project/root
Raw File
Tip revision: f98ed4a0d0f6fc10b0080550a646ccc3413954bb authored by Fons Rademakers on 13 October 2010, 11:58:29 UTC
tag patch release v5-27-06a.
Tip revision: f98ed4a
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