https://github.com/root-project/root
Raw File
Tip revision: 785a079e27f92e01e13a6b814effd554d0caca56 authored by Unknown Author on 15 December 2005, 13:57:52 UTC
This commit was manufactured by cvs2svn to create tag 'v5-08-00'.
Tip revision: 785a079
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