https://github.com/root-project/root
Raw File
Tip revision: 944c3c123acb5f59ce738eeaea9e2ed227fee194 authored by Rene Brun on 17 January 2008, 07:37:29 UTC
Tagging production release v5-18-00
Tip revision: 944c3c1
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