https://github.com/root-project/root
Raw File
Tip revision: 5c1f1b5ce1cf380d4c653f899259f2841c9fcad3 authored by Fons Rademakers on 26 January 2006, 10:19:44 UTC
for patch level source distributions make sure we export the version
Tip revision: 5c1f1b5
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