mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
Merge pull request #2381 from jsierles/fix_runit_reload
Trap runit HUP signal and send USR2 to unicorn
This commit is contained in:
@@ -26,7 +26,7 @@ function on_reload()
|
|||||||
export UNICORN_SUPERVISOR_PID=$$
|
export UNICORN_SUPERVISOR_PID=$$
|
||||||
|
|
||||||
trap on_exit EXIT
|
trap on_exit EXIT
|
||||||
trap on_reload USR2
|
trap on_reload USR2 HUP
|
||||||
|
|
||||||
unicorn $@ &
|
unicorn $@ &
|
||||||
UNICORN_PID=$!
|
UNICORN_PID=$!
|
||||||
|
|||||||
Reference in New Issue
Block a user