3 Aug
2016
3 Aug
'16
3:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16885 --- Comment #7 from Galen Charlton <gmcharlt@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.ze...): 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.