https://github.com/root-project/root
Raw File
Tip revision: 1208869c69b3a1a6fbd33681369277163d599355 authored by Unknown Author on 06 September 2006, 07:11:38 UTC
This commit was manufactured by cvs2svn to create tag 'v5-12-00e'.
Tip revision: 1208869
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