https://github.com/root-project/root
Raw File
Tip revision: 5aadb5fcb8a99427d56367982e07dbc66b019718 authored by Axel Naumann on 02 March 2017, 13:47:28 UTC
Update ROOT version files to v6.08/06.
Tip revision: 5aadb5f
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