~mreed8855/charms/precise/bonnie/trunk

« back to all changes in this revision

Viewing changes to hooks/start

  • Committer: Michael Reed
  • Date: 2013-03-06 15:25:15 UTC
  • Revision ID: mreed8855@gmail.com-20130306152515-lae1i6j7b8ar6zay
Updates to Bonnie++ charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
set -eu # -x for verbose logging to juju debug-log
4
4
 
5
 
juju-log "Start Bonnie++"
6
 
service bonnie start
7
 
juju-log "Start Bonnie++ Complete"
 
5
# juju-log "Start Bonnie++"
 
6
# service bonnie start
 
7
# juju-log "Start Bonnie++ Complete"
 
8
exit 0