https://github.com/root-project/root
Raw File
Tip revision: c596839d1e4878264a514f43de8b6c20e9085ad6 authored by Unknown Author on 03 February 2006, 14:56:13 UTC
This commit was manufactured by cvs2svn to create tag
Tip revision: c596839
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