https://github.com/root-project/root
Raw File
Tip revision: a01ad2216622f779a6befefb252c3ce7c1c9c7b6 authored by Fons Rademakers on 27 June 2009, 15:55:09 UTC
tag patch release v5-22-00c.
Tip revision: a01ad22
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