https://github.com/root-project/root
Raw File
Tip revision: 3ac3555d1643d0ca293842a16cc34a31047ae3fe authored by Pere Mato on 26 November 2014, 07:47:17 UTC
More on dependencies and using different files for the python tutorials
Tip revision: 3ac3555
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