> > How could I get unicorn to rename the pid file back to unicorn.pid ? I > > see some code in method +reap_all_workers+ that suggests it would rename > > the pid file back to its original, but for some reason it doesn't for > > me. Am I missing a step? > > Hi Lawrence, > > Are you using a config file to specify pid or --pid from the > command-line? The config file should be more reliable. I'll take a > deeper look at it in a bit. >
Hi Eric, I'm using both. I have an /etc/init.d/unicorn script which is somewhat like your examples/init.sh (using start-stop-daemon instead of kill though) and a config file that is like your examples/unicorn_conf.rb (comments left untouched). Cheers, Lawrence _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
