Bugzilla – Attachment 139565 Details for
Bug 21366
Add Plack reload
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21366: Add --reload option to koha-plack help/manual
Bug-21366-Add---reload-option-to-koha-plack-helpma.patch (text/plain), 2.40 KB, created by
Victor Grousset/tuxayo
on 2022-08-22 01:51:00 UTC
(
hide
)
Description:
Bug 21366: Add --reload option to koha-plack help/manual
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2022-08-22 01:51:00 UTC
Size:
2.40 KB
patch
obsolete
>From bb7ad7ca20579054e79ec28f8eabe7e4c5f62ca1 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 12 Aug 2022 02:13:10 +0000 >Subject: [PATCH] Bug 21366: Add --reload option to koha-plack help/manual > >--- > debian/docs/koha-plack.xml | 8 ++++++++ > debian/scripts/koha-plack | 5 ++++- > 2 files changed, 12 insertions(+), 1 deletion(-) > >diff --git a/debian/docs/koha-plack.xml b/debian/docs/koha-plack.xml >index a9852cd103..06c0309cd7 100644 >--- a/debian/docs/koha-plack.xml >+++ b/debian/docs/koha-plack.xml >@@ -28,6 +28,7 @@ > <option>--start</option>| > <option>--stop</option>| > <option>--restart</option>| >+ <option>--reload</option>| > <option>--enable</option>| > <option>--disable</option>| > <option>--help</option>|<option>-h</option> >@@ -62,6 +63,13 @@ > </listitem> > </varlistentry> > >+ <varlistentry> >+ <term><option>--reload</option></term> >+ <listitem> >+ <para>Reload the Plack daemon for the desired Koha instances, letting the busy workers finish processing their requests before restarting them.</para> >+ </listitem> >+ </varlistentry> >+ > <varlistentry> > <term><option>--enable</option></term> > <listitem> >diff --git a/debian/scripts/koha-plack b/debian/scripts/koha-plack >index 5b9bb94232..a8d9ade801 100755 >--- a/debian/scripts/koha-plack >+++ b/debian/scripts/koha-plack >@@ -43,13 +43,16 @@ $scriptname > This script lets you manage the plack daemons for your Koha instances. > > Usage: >-$scriptname --start|--stop|--restart [--quiet|-q] instancename1 [instancename2...] >+$scriptname --start|--stop|--restart|--reload [--quiet|-q] instancename1 [instancename2...] > $scriptname --enable|--disable instancename1 [instancename2] > $scriptname -h|--help > > --start Start the plack daemon for the specified instances > --stop Stop the plack daemon for the specified instances > --restart Restart the plack daemon for the specified instances >+ --reload Reload the plack daemon for the specified instances, >+ letting the busy workers finish processing their >+ requests before restarting them > --enable Enable plack for the specified instances > --disable Disable plack for the specified instances > --debugger Enable running Plack in debug mode >-- >2.37.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21366
:
139011
|
139015
|
139035
|
139565
|
139668
|
139669