https://github.com/root-project/root
Raw File
Tip revision: 1fdb31cca731de0fb52dfc58fb829486d6fa5b32 authored by Fons Rademakers on 11 October 2009, 20:36:51 UTC
tag patch release v5-22-00e.
Tip revision: 1fdb31c
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