10 Aug
2022
10 Aug
'22
5:46 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21366 --- Comment #12 from David Cook <dcook@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.