https://github.com/root-project/root
Raw File
Tip revision: 72ef11ceb2352f1d824da5786d343e570bad2ad4 authored by Unknown Author on 29 August 2006, 15:55:02 UTC
This commit was manufactured by cvs2svn to create tag 'v5-13-02'.
Tip revision: 72ef11c
proofd.xinetd.in
# default: on
# description: The proofd daemon is used to startup PROOF.
service proofd
{
	disable			= no
	socket_type		= stream
	wait			= no
	user			= root
	server			= @bindir@/proofd
	server_args		= -i @prefix@
	log_on_success		+= DURATION USERID
	log_on_failure		+= USERID
}
back to top