about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/unicorn-hello-world1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/unicorn-hello-world b/bin/unicorn-hello-world
index 2aba773..8d77ea1 100755
--- a/bin/unicorn-hello-world
+++ b/bin/unicorn-hello-world
@@ -22,5 +22,6 @@ end
 # make sure this hash is the last statement, as this is eval-ed by unicorn
 {
   # :listeners => %w(0.0.0.0:8080 127.0.0.1:7701 /tmp/test.sock),
+  # :hot_config_file => "/tmp/hot_config",
   :app => HelloWorld.new,
 }