From abeb3fc616a7684302ea73f24bdeb2072c3ad16e Mon Sep 17 00:00:00 2001 From: Vasily Gotovko Date: Mon, 5 Nov 2012 11:18:58 +0300 Subject: [PATCH] Improve comment about stopping unicorn --- config/deploy.example.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.example.rb b/config/deploy.example.rb index 1e1c771..a9f7730 100644 --- a/config/deploy.example.rb +++ b/config/deploy.example.rb @@ -39,7 +39,7 @@ set(:current_branch) { `git branch`.match(/\* (\S+)\s/m)[1] || raise("Couldn't d set :branch, defer { current_branch } after 'deploy:update_code', 'errbit:symlink_configs' -# uncomment if unicorn is running on production (do not forget to setup config) +# if unicorn is started through something like runit (the tool which restarts the process when it's stopped) # after 'deploy:restart', 'unicorn:stop' namespace :deploy do -- libgit2 0.21.2