https://github.com/root-project/root
Raw File
Tip revision: c16a0eb67e8a320e16e725c159e386e1dbed4711 authored by David Abdurachmanov on 26 October 2016, 13:47:08 UTC
Set code model to Large for PowerPC64 (aka ppc64le)
Tip revision: c16a0eb
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