https://github.com/root-project/root
Raw File
Tip revision: bb921475176d27547ae166ffa604e065eabf66a9 authored by Danilo Piparo on 13 November 2013, 12:54:28 UTC
Fix ROOT-5690
Tip revision: bb92147
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