Using God to monitor Unicorn – Start exited with non-zero code = 1
I haven’t used unicorn as an app server, but I’ve used god for monitoring before. If I remember rightly when you start god and give your config file, it automatically starts whatever you’ve told it to watch. Unicorn is probably already running, which is why it’s throwing the error. Check this by running god status … Read more