=== eleksir_ is now known as eleksir [10:14] Hey guys. I've been using Upstart with start-stop-daemon on ubuntu to keep my node scripts running. I'm setting up something on an AWS AMI which i think is based on CentOS - no start-stop-daemon. Any advice on doing this? Can I install it? Should I do this another way on this distro? [16:26] I start a web server via upstart. I have to wait until it is available (http ping check for example). Should/Can I put the check in the upstart script? Is that good practise?