https://github.com/root-project/root
Raw File
Tip revision: 80867bf2320444893e7248bead8b63aec23993a4 authored by Pere Mato on 07 November 2014, 14:06:59 UTC
Update ROOT version files to v5.34/23.
Tip revision: 80867bf
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