https://github.com/root-project/root
Raw File
Tip revision: efe57f33d38ba2d014b45fca8be19913ea39a25a authored by Axel Naumann on 13 April 2015, 12:47:49 UTC
Update ROOT version files to v6.02/08.
Tip revision: efe57f3
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