public this repo is viewable by everyone
Description: Vault
Homepage: http://peervoice.com/software/vault
Clone URL: git://github.com/ddollar/vault.git
use god to restart nginx
ddollar (author)
27 days ago
commit  da441917356a98e8c256f51c341caa4085b3ff59
tree    015ad124cdbb231fb8a0ab77bf731e1891a3a979
parent  017897b4919a1bae3cf271814ee031be1670940d
...
76
77
78
79
 
80
81
82
...
76
77
78
 
79
80
81
82
0
@@ -76,7 +76,7 @@ namespace :peervoice do
0
       sudo %{ln -sf "#{mongrel_conf}" "/etc/mongrel/#{application}.yml"}
0
       sudo %{ln -sf "#{mongrel_conf}" "/srv/conf/mongrel/#{application}.yml"}
0
       sudo %{/srv/util/mongrel-nginx/mongrel-nginx.rb "#{application}" "#{mongrel_conf}" "/srv/conf/sites/#{application}.site"}
0
- sudo %{/etc/init.d/nginx restart}
0
+ sudo %{god restart nginx}
0
     end
0
 
0
   end

Comments

    No one has commented yet.