https://github.com/root-project/root
Raw File
Tip revision: 8fbce697c224a5587c141f0e6e244db7942ba153 authored by Fons Rademakers on 06 March 2012, 10:02:48 UTC
tag development release v5-33-02.
Tip revision: 8fbce69
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