[Koha-bugs] [Bug 16885] koha-stop-zebra should be more sure of stopping zebrasrv

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 3 15:37:01 CEST 2016


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

--- Comment #7 from Galen Charlton <gmcharlt at gmail.com> ---
Per my previous comment, I don't think Mark's patch will be reliable.

I think a better approach would be to use start-stop-daemon, a la the init
script that ships with IndexData's own package of Zebra
(https://github.com/indexdata/idzebra/blob/master/debian/idzebra-2.0-utils.zebrasrv.init#L69):

  start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE
--name $NAME

Unfortunately, daemon(1) doesn't appear to have any ability to specify using
SIGKILL.

-- 
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