https://github.com/root-project/root
Raw File
Tip revision: 2f1c5a9f1a9e6107f9291f9242c6befa8d790168 authored by Fons Rademakers on 14 May 2009, 16:16:09 UTC
tag patch release v5-22-00b.
Tip revision: 2f1c5a9
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