https://github.com/root-project/root
Raw File
Tip revision: ae1b43552b79a0bd99de8bb18499c167263284bb authored by Axel Naumann on 16 May 2016, 13:45:56 UTC
From Pepe Le Pew: Try to find libpythia8 from LD_LIBRARY_PATH.
Tip revision: ae1b435
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