https://github.com/root-project/root
Raw File
Tip revision: 04c6b788750dae89b991f2f6161652629a8944f7 authored by Pere Mato on 13 June 2017, 07:14:04 UTC
Uopdate date in release notes
Tip revision: 04c6b78
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