Suggestion for Named Process

2014-01-15 Thread Bob McKinven
Hi, When running multiple rails apps on the same server it can become a pain identifying which 'unicorn_rails master’ process is running which app (can’t always tell from the user). My suggestion is for a --name option to allow each process to be named individually. E.g. unicorn_rails —name

Re: Suggestion for Named Process

2014-01-15 Thread Eric Wong
Bob McKinven b...@gigglemania.co.uk wrote: When running multiple rails apps on the same server it can become a pain identifying which 'unicorn_rails master’ process is running which app (can’t always tell from the user). My suggestion is for a --name option to allow each process to be named

Re: Suggestion for Named Process

2014-01-15 Thread Eric Wong
Bob McKinven b...@gigglemania.co.uk wrote: Thanks Eric, I do use the -c option .. but end up with several services all showing “-C config/unicorn.rb” .. the initial path that would clearly identify the location is cut off :( I always recommend using the absolute path for -c, it's less