https://github.com/root-project/root
Raw File
Tip revision: c340486428d021910b5d285cd0b3c479db0097ee authored by Philippe Canal on 02 May 2011, 18:38:16 UTC
Avoid spurrious warning message when reading file with a TTree writen with ROOT 5.29/03 or later
Tip revision: c340486
rootd.xinetd.in
# default: on
# description: The rootd daemon allows remote access to ROOT files.
service rootd
{
	disable			= no
	socket_type		= stream
	wait			= no
	user			= root
	server			= @bindir@/rootd
	server_args		= -i @prefix@
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
}
back to top