https://github.com/root-project/root
Raw File
Tip revision: a9186b30fbf5dda3e603ef455f16944b2c3de7a3 authored by Fons Rademakers on 19 April 2013, 13:19:22 UTC
tag patch release v5-34-06.
Tip revision: a9186b3
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