https://github.com/root-project/root
Raw File
Tip revision: d00ddd20e82492ccf3e7db378ee24779b4fcba3d authored by Danilo Piparo on 06 October 2017, 09:22:35 UTC
Update ROOT version files to v6.11/02.
Tip revision: d00ddd2
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