https://github.com/root-project/root
Raw File
Tip revision: 36a1d82df6498b939718774b3b6b1463f20c6f5a authored by Fons Rademakers on 14 September 2011, 13:31:33 UTC
tag patch release v5-28-00g.
Tip revision: 36a1d82
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