https://github.com/root-project/root
Raw File
Tip revision: 8902bfcccfa0ad5a75edf1cefad39b69965761c8 authored by Pere Mato on 18 December 2015, 10:24:16 UTC
Update ROOT version files to v6.07/02.
Tip revision: 8902bfc
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