https://github.com/root-project/root
Raw File
Tip revision: 9dce933bfd09b69c2f38878707a7b27c23813b3c authored by Pere Mato on 28 July 2017, 13:15:40 UTC
Updated release notes
Tip revision: 9dce933
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