https://github.com/root-project/root
Raw File
Tip revision: 5babd949c69f75d753463915963a9ac024849fc9 authored by Axel Naumann on 09 February 2015, 08:59:47 UTC
Update version number to 6.02/05.
Tip revision: 5babd94
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