acquia/moonshot

View on GitHub
sample/bin/aws-codedeploy-samples/load-balancing/elb/start_httpd.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

# Here is where you'd want to start your http daemon. For example:
#service httpd start
#exit $?

# In this case, since it's just a placeholder, we don't need to do anything.
exit 0