https://github.com/root-project/root
Raw File
Tip revision: 13f355fd8e4ae50e8bc1c5831961c7ca9897e89f authored by Philippe Canal on 17 June 2020, 23:47:04 UTC
In MakeProject properly handle ptr in template args.
Tip revision: 13f355f
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