From b758be1d37cb49ced8cb17fca3d5a4cb2dd2e03e Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 6 Jul 2015 19:21:04 +0000 Subject: Bug 1172968: Move the scripts we want to keep from contrib/* and place them in scripts/ directory. Remove contrib from repo --- jobqueue.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jobqueue.pl') diff --git a/jobqueue.pl b/jobqueue.pl index d7d6fd775..e086d9404 100755 --- a/jobqueue.pl +++ b/jobqueue.pl @@ -76,7 +76,7 @@ See L and L. =head1 Running jobqueue.pl as a System Service For systems that use Upstart or SysV Init, there is a SysV/Upstart init -script included with Bugzilla for jobqueue.pl: F. +script included with Bugzilla for jobqueue.pl: F. It should work out-of-the-box on RHEL, Fedora, CentOS etc. You can install it by doing C<./jobqueue.pl install> as root, after @@ -84,5 +84,5 @@ already having run L at least once to completion on this Bugzilla installation. If you are using a system that isn't RHEL, Fedora, CentOS, etc., then you -may have to modify F and install it yourself +may have to modify F and install it yourself manually in order to get C running as a system service. -- cgit v1.2.3-24-g4f1b