https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16885 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Galen Charlton from comment #7)
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.
I agree, and we already use start-stop-daemon koha-plack. Good catch, Galen! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.