https://github.com/root-project/root
Raw File
Tip revision: 17a9fe1937ac27f456dc7a4bfeea01efc6cfd38f authored by Fons Rademakers on 23 February 2011, 13:21:28 UTC
tag patch release v5-28-00a.
Tip revision: 17a9fe1
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