https://github.com/root-project/root
Raw File
Tip revision: 3e897068eb1b830359a71a9c6f113da7ec4c2bb3 authored by Axel Naumann on 05 November 2018, 09:30:03 UTC
Update ROOT version files to v6.14/06.
Tip revision: 3e89706
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