https://github.com/root-project/root
Raw File
Tip revision: 959287f94d193c766b5d9b523ba1a688b72c6cbf authored by Axel Naumann on 18 November 2015, 09:57:06 UTC
Update ROOT version files to v6.04/10.
Tip revision: 959287f
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