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

--- Comment #5 from David Cook <[email protected]> ---
(In reply to Fridolin Somers from comment #1)
> To trigger this reload, juste run :
> 
> /bin/kill -HUP $MASTER_PID
> 
> MASTER_PID beeing the pid of the starman master process, can be fetched in
> pid file.
> 
> Source :
> https://metacpan.org/pod/distribution/Starman/script/starman#SIGNALS

I'd forgotten about this comment, but I just used the following today in prod:

kill -SIGHUP $(cat /var/run/koha/<instance name>/plack.pid)

I wanted to enable plugins and then reload after installing the plugin, and it
was so elegant.

-- 
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