Displaying 1 result from an estimated 1 matches for "08aaed97c9b39cf68f01".
2013 May 20
2
Unicorn + RUnit Rails Not Killing Old Master
...ker. This is because the ruby script is
attempting to bind to port 8080, which is already taken up by the
unicorn master process. As soon as the old master is out of the way,
its capable of binding.
Here is my unicorn configuration at /etc/unicorn/myzippykid.rb:
https://gist.github.com/grahamc/08aaed97c9b39cf68f01
Here is my /etc/sv/myzippykid/run script which is how runit runs my
unicorn daemon: https://gist.github.com/grahamc/7ca7e3942d19f60d339a
my bundle_wrapper.sh simply inits the environment with the proper ruby
and path: https://gist.github.com/grahamc/9760001e0e20c915d9e9
--
The contents of a...