https://github.com/root-project/root
Raw File
Tip revision: 65d4ef291a9ffe38e425a5967d119c28e6ff665e authored by Fons Rademakers on 25 January 2010, 14:50:51 UTC
tag patch release v5-22-00g.
Tip revision: 65d4ef2
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