github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/peer-xplod/hooks/start (about) 1 #!/bin/bash 2 # Here put anything that is needed to start the service. 3 # Note that currently this is run directly after install 4 # i.e. 'service apache2 start' 5 6 status-set active "Started" || true