#!/bin/bash
juju-log "Stopping apache"
/etc/init.d/apache2 stop
