blob: cd918d6774701d259a19daa933634d4b73be6203 (
plain)
1 2 3 4 5 6 | #!/bin/bash # Here put anything that is needed to start the service. # Note that currently this is run directly after install # i.e. 'service apache2 start' service mongodb status && service mongodb restart || service mongodb start
|