Lines 40-52
$scriptname
Link Here
|
40 |
This script lets you manage the worker daemon for your Koha instances. |
40 |
This script lets you manage the worker daemon for your Koha instances. |
41 |
|
41 |
|
42 |
Usage: |
42 |
Usage: |
43 |
$scriptname [--start|--stop|--restart] [--quiet|-q] instancename1 [instancename2...] |
43 |
$scriptname [--start|--stop|--restart] [--queue queue_name] [--quiet|-q] instancename1 [instancename2...] |
44 |
$scriptname --status instancename1 [instancename2...] |
44 |
$scriptname --status instancename1 [instancename2...] |
45 |
$scriptname -h|--help |
45 |
$scriptname -h|--help |
46 |
|
46 |
|
47 |
--start Start the worker daemon for the specified instances |
47 |
--start Start the worker daemon for the specified instances |
48 |
--stop Stop the worker daemon for the specified instances |
48 |
--stop Stop the worker daemon for the specified instances |
49 |
--restart Restart the worker daemon for the specified instances |
49 |
--restart Restart the worker daemon for the specified instances |
|
|
50 |
--queue Specify the queue/worker to restart - 'default' is used if not specified |
51 |
current queues are: default, long_tasks |
50 |
--status Show the status of the worker for the specified instances |
52 |
--status Show the status of the worker for the specified instances |
51 |
--quiet|-q Make the script quiet about non existent instance names |
53 |
--quiet|-q Make the script quiet about non existent instance names |
52 |
(useful for calling from another scripts). |
54 |
(useful for calling from another scripts). |
53 |
- |
|
|