From f8db4816f8315e6857c03b5d96fbffdeb1780d10 Mon Sep 17 00:00:00 2001 From: David Cook 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 | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/docs/koha-plack.xml b/debian/docs/koha-plack.xml index a9852cd103..70bc3451fa 100644 --- a/debian/docs/koha-plack.xml +++ b/debian/docs/koha-plack.xml @@ -28,6 +28,7 @@ | | | + | | | | @@ -62,6 +63,13 @@ + + + + Reload the Plack daemon for the desired Koha instances. + + + diff --git a/debian/scripts/koha-plack b/debian/scripts/koha-plack index a1a6fed650..8387cbcf24 100755 --- a/debian/scripts/koha-plack +++ b/debian/scripts/koha-plack @@ -43,13 +43,14 @@ $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 --enable Enable plack for the specified instances --disable Disable plack for the specified instances --debugger Enable running Plack in debug mode -- 2.30.2