https://github.com/root-project/root
Raw File
Tip revision: 5a40771429bda0b7ff44de9b04aad11ecb4b052c authored by Pere Mato on 22 June 2016, 12:40:00 UTC
Update ROOT version files to v6.04/18.
Tip revision: 5a40771
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