https://github.com/root-project/root
Raw File
Tip revision: 5cce561715ca1b81ec9a9b32b8f8c6d0c3487c02 authored by Unknown Author on 17 January 2007, 11:51:55 UTC
This commit was manufactured by cvs2svn to create tag 'v5-14-00b'.
Tip revision: 5cce561
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