@@ -, +, @@ --- debian/docs/koha-worker.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++ debian/scripts/koha-worker | 1 + 2 files changed, 83 insertions(+) create mode 100644 debian/docs/koha-worker.xml --- a/debian/docs/koha-worker.xml +++ a/debian/docs/koha-worker.xml @@ -0,0 +1,82 @@ +
+koha-worker + +Koha is the first free software library automation package. + + The Koha Community + https://koha-community.org/ + + + + + + + koha-worker + 8 + + + + koha-worker + Handle worker daemon for named Koha instances. + UNIX/Linux + + + + + koha-worker + || + + | + | + + + + Options + All option switches are mutually exclusive + + + + + Start worker daemon for named Koha instances. + + + + + + Stop worker daemon for named Koha instances. + + + + + + Restart worker daemon for named Koha instances. + + + + + + Show status information about worker daemon for named Koha instances. + + + + | + + Enable verbose output. + + + + | + + This help. + + + + + + Description + This script handles worker daemons for Koha instances. + + + + +
--- a/debian/scripts/koha-worker +++ a/debian/scripts/koha-worker @@ -41,6 +41,7 @@ This script lets you manage the worker daemon for your Koha instances. Usage: $scriptname [--start|--stop|--restart] [--quiet|-q] instancename1 [instancename2...] +$scriptname --status instancename1 [instancename2...] $scriptname -h|--help --start Start the worker daemon for the specified instances --