https://github.com/root-project/root
Raw File
Tip revision: 3d61f781f0d2d671cfe8be1f39b2d2b18fc80f15 authored by Fons Rademakers on 07 December 2009, 10:56:46 UTC
tag patch release v5-22-00f.
Tip revision: 3d61f78
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