https://github.com/root-project/root
Raw File
Tip revision: cc899ceb55e292a3ea81ba066df9a63f4f94a72c authored by Fons Rademakers on 31 May 2013, 15:45:45 UTC
make version v5-34-08.
Tip revision: cc899ce
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