https://github.com/root-project/root
Raw File
Tip revision: de8da1c1cce16263b7332b951733f121b9bcc061 authored by Rene Brun on 30 June 2010, 07:13:13 UTC
tagging v5-27-04
Tip revision: de8da1c
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