https://github.com/root-project/root
Raw File
Tip revision: 18548053486dbc0c1d3ff4187df281a722417a65 authored by Fons Rademakers on 24 April 2008, 16:01:15 UTC
tags revision 23343 for ALICE.
Tip revision: 1854805
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