~juju/ubuntu/quantal/juju/0.6

« back to all changes in this revision

Viewing changes to examples/php/hooks/stop

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2011-09-28 09:42:32 UTC
  • Revision ID: package-import@ubuntu.com-20110928094232-o1yozyv3nw3ejymz
Tags: upstream-0.5+bzr361
ImportĀ upstreamĀ versionĀ 0.5+bzr361

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
juju-log "Stopping apache"
 
3
/etc/init.d/apache2 stop