https://github.com/root-project/root
Raw File
Tip revision: 240159a4d51a78c4c9e6b34f1809285b7355ba28 authored by Unknown Author on 07 June 2006, 09:10:54 UTC
This commit was manufactured by cvs2svn to create tag 'v5-11-06'.
Tip revision: 240159a
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