https://github.com/root-project/root
Raw File
Tip revision: 7f0cce2733775a5aeed1b407003bce7910177aad authored by Fons Rademakers on 13 July 2012, 12:19:20 UTC
tag patch release v5-34-01.
Tip revision: 7f0cce2
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