https://github.com/root-project/root
Raw File
Tip revision: a87b186ad7148c9641edb575a89a9f0a8076706c authored by Axel Naumann on 15 May 2018, 08:10:45 UTC
Update ROOT version files to v6.13/06.
Tip revision: a87b186
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