https://github.com/root-project/root
Raw File
Tip revision: f7d9d495e18c7dcdaf910f882cdedf62d7d17594 authored by Pere Mato on 06 July 2016, 16:36:49 UTC
Update ROOT version files to v6.06/06.
Tip revision: f7d9d49
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