Text to go in the release notes:
|
This enhancement restarts services if they are not running when using the --restart option for koha-plack, koha-indexer, koha-sip, koha-worker, koha-z3950-responder, and koha-zebra .
An example of a message if plack is not running and the service is restarted:
koha-plack --restart kohadev
[warn] Plack not running for kohadev. ... (warning).
[ ok ] Starting Plack daemon for kohadev:.
Previously if a service was not running an error message was generated (Error: {servicename} not running for ${instancename}") and a start command for the service was required.
|