https://github.com/root-project/root
Raw File
Tip revision: 9f1463e6330c4bef1c40c1203bc53d02098cb9e3 authored by Unknown Author on 13 September 2007, 14:16:35 UTC
This commit was manufactured by cvs2svn to create tag 'v5-17-03a'.
Tip revision: 9f1463e
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