https://github.com/root-project/root
Raw File
Tip revision: 3f1889057d5dd33d1d2bb50c3caed8b8f54615a4 authored by Fons Rademakers on 21 June 2011, 07:47:35 UTC
tag patch release v5-26-00f.
Tip revision: 3f18890
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