Lines 43-55
$scriptname
Link Here
|
43 |
This script lets you manage the plack daemons for your Koha instances. |
43 |
This script lets you manage the plack daemons for your Koha instances. |
44 |
|
44 |
|
45 |
Usage: |
45 |
Usage: |
46 |
$scriptname --start|--stop|--restart [--quiet|-q] instancename1 [instancename2...] |
46 |
$scriptname --start|--stop|--restart|--reload [--quiet|-q] instancename1 [instancename2...] |
47 |
$scriptname --enable|--disable instancename1 [instancename2] |
47 |
$scriptname --enable|--disable instancename1 [instancename2] |
48 |
$scriptname -h|--help |
48 |
$scriptname -h|--help |
49 |
|
49 |
|
50 |
--start Start the plack daemon for the specified instances |
50 |
--start Start the plack daemon for the specified instances |
51 |
--stop Stop the plack daemon for the specified instances |
51 |
--stop Stop the plack daemon for the specified instances |
52 |
--restart Restart the plack daemon for the specified instances |
52 |
--restart Restart the plack daemon for the specified instances |
|
|
53 |
--reload Reload the plack daemon for the specified instances, |
54 |
letting the busy workers finish processing their |
55 |
requests before restarting them |
53 |
--enable Enable plack for the specified instances |
56 |
--enable Enable plack for the specified instances |
54 |
--disable Disable plack for the specified instances |
57 |
--disable Disable plack for the specified instances |
55 |
--debugger Enable running Plack in debug mode |
58 |
--debugger Enable running Plack in debug mode |
56 |
- |
|
|