[Koha-bugs] [Bug 19962] Introduce koha-sip to replace koha-*-sip

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 12 11:19:03 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19962

Pongtawat <pongtawat at punsarn.asia> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff

--- Comment #2 from Pongtawat <pongtawat at punsarn.asia> ---
To test:

- Apply this patch
- koha-sip --start koha1  => same as koha-start-sip koha1
- koha-sip --stop koha1 => same as koha-stop-sip koha1
- koha-sip --restart koha1 => same as koha-stop-sip koha1 && koha-start-sip
koha1
- koha-sip --enable koha1 => same as koha-enable-sip koha1
- koha-sip --disable koha1 => new, move SIP config file

Note:
- stop use start-stop-daemon (same as koha-plack) to make sure it really stop
- enable and disable is a bit different from koha-plack. It will continue even
if some instances are already enabled (or disabled). In contrast, koha-plack
--enable will just stop at the instance that was already enabled without
processing the following instances.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list