https://github.com/root-project/root
Raw File
Tip revision: 18de509a4c5ed2d0103639283b72d63e31f6f616 authored by Unknown Author on 03 August 2006, 15:58:27 UTC
This commit was manufactured by cvs2svn to create tag 'v5-12-00a'.
Tip revision: 18de509
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