https://github.com/root-project/root
Raw File
Tip revision: 2e7ec527c98e5edfe38d1a86d302b061a59c065f authored by Pere Mato on 10 January 2015, 17:56:17 UTC
Update ROOT version files to v6.02/03.
Tip revision: 2e7ec52
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