https://github.com/root-project/root
Raw File
Tip revision: 660e7c1bda015faaf20aa7f282b99b3fd380a1de authored by Danilo Piparo on 08 March 2017, 08:22:13 UTC
Update ROOT version files to v6.09/02.
Tip revision: 660e7c1
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