https://github.com/root-project/root
Raw File
Tip revision: 912e4f28ed00a77ba0c57f383375ac9a2681dbd9 authored by Fons Rademakers on 30 May 2014, 16:02:29 UTC
make version v6-00-00.
Tip revision: 912e4f2
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