https://github.com/root-project/root
Raw File
Tip revision: dd40775b1440f00c6ca3537fefd1af6ea7694b7e authored by Pere Mato on 07 July 2014, 16:00:18 UTC
Fix for ROOT-6459
Tip revision: dd40775
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