https://github.com/root-project/root
Raw File
Tip revision: eec94b03d2894169aefa75bf83dbcea180f07d35 authored by Fons Rademakers on 08 May 2012, 15:23:10 UTC
tag pro version v5-34-00-rc1.
Tip revision: eec94b0
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