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

--- Comment #12 from David Cook <[email protected]> ---
(In reply to Joonas Kylmälä from comment #2)
> In koha-suomi fork we use start-stop-daemon to send the HUP signal, that's
> probably the preferable way since koha-plack uses start-stop-daemon already
> to send the process kill signal.

Would that look like the following?

start-stop-daemon --pidfile ${PIDFILE} --user="${instancename}-koha" --stop
--signal HUP;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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