[Koha-bugs] [Bug 21366] add plack reload

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 10 05:46:40 CEST 2022


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

--- Comment #12 from David Cook <dcook at prosentient.com.au> ---
(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.


More information about the Koha-bugs mailing list