about summary refs log tree commit homepage
path: root/SIGNALS
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-28 10:45:32 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-28 11:45:15 -0700
commit18c4ade90959d4eaa0048e83f3ce1052fa8a5905 (patch)
treea3678c7eabf664c764f9bccbfa71867983a21113 /SIGNALS
parent894631ab86de364fda9a12693896678f1c9795f8 (diff)
downloadunicorn-18c4ade90959d4eaa0048e83f3ce1052fa8a5905.tar.gz
This makes SIGHUP handling more consistent across different
configurations, and allows togging preload_app to take effect
when SIGHUP is issued.
Diffstat (limited to 'SIGNALS')
-rw-r--r--SIGNALS4
1 files changed, 1 insertions, 3 deletions
diff --git a/SIGNALS b/SIGNALS
index 01b284e..4aacd7d 100644
--- a/SIGNALS
+++ b/SIGNALS
@@ -6,9 +6,7 @@ processes are documented here as well.
 
 === Master Process
 
-* HUP - reload config file and gracefully restart all workers
-  If "preload_app" is false (the default), the application code
-  will be reloaded when workers are restarted as well.
+* HUP - reload config file, app, and gracefully restart all workers
 
 * INT/TERM - quick shutdown, kills all workers immediately