https://github.com/root-project/root
Raw File
Tip revision: 77eda841925bb071f3bda5088670c1c8c4d0c50e authored by Axel Naumann on 25 September 2014, 10:31:50 UTC
Update ROOT version files to v6.02/00-rc1.
Tip revision: 77eda84
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