https://github.com/root-project/root
Raw File
Tip revision: 99a3ac6f8bb5fb40db00e8991a9505c00c0462c5 authored by Philippe Canal on 28 February 2008, 15:31:01 UTC
From Paul and Philippe:
Tip revision: 99a3ac6
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