https://github.com/root-project/root
Raw File
Tip revision: 936d7438d6878fa81f20dd3a834f151ff3424240 authored by Olivier Couet on 11 December 2015, 16:52:10 UTC
Doxygen
Tip revision: 936d743
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