Revision df687d6d89866a1fe2f60fc06c33e80d308dc24d authored by Joerg Stelzer on 27 June 2011, 17:12:07 UTC, committed by Joerg Stelzer on 27 June 2011, 17:12:07 UTC

git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@40027 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 5cdc33e
Raw File
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