case "$1" in start) # Start httpd echo 'Starting httpd' initctl start httpd RETVAL=$? check_return $RETVAL ;;%