https://github.com/root-project/root
Raw File
Tip revision: 04c6b788750dae89b991f2f6161652629a8944f7 authored by Pere Mato on 13 June 2017, 07:14:04 UTC
Uopdate date in release notes
Tip revision: 04c6b78
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