https://github.com/root-project/root
Raw File
Tip revision: 47c0b480023f5a4e7221a94e0aa1a616e744800e authored by Pere Mato on 14 July 2015, 10:54:01 UTC
Update ROOT version files to v6.04/02.
Tip revision: 47c0b48
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