https://github.com/root-project/root
Raw File
Tip revision: 37e98489b46e48f2dfacc43251f83d5b8ac1c55e authored by Fons Rademakers on 14 March 2014, 15:21:52 UTC
make version v5-34-18.
Tip revision: 37e9848
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