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

--- Comment #7 from Galen Charlton <gmcha...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to