https://github.com/root-project/root
Raw File
Tip revision: e8d22123e00d22791239b4381619714ad3d598db authored by Axel Naumann on 02 July 2014, 15:52:29 UTC
Make version 6.00.02.
Tip revision: e8d2212
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