https://github.com/root-project/root
Raw File
Tip revision: db2b2a8ff8a518aa377b920053f2e7c59e8ff605 authored by Pere Mato on 18 May 2017, 14:33:47 UTC
Update ROOT version files to v6.09/05.
Tip revision: db2b2a8
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