https://github.com/root-project/root
Raw File
Tip revision: 640e2184f31a3eddbf601883b5d80919cd483da0 authored by Fons Rademakers on 14 October 2009, 15:45:17 UTC
tag patch release with PROOF enhancements for ALICE CAF
Tip revision: 640e218
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