https://github.com/root-project/root
Raw File
Tip revision: f00400552cef4f09cfe281d9eadb9a6e562a6dd4 authored by Unknown Author on 21 November 2006, 11:41:47 UTC
This commit was manufactured by cvs2svn to create tag 'v5-13-06'.
Tip revision: f004005
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