~lazypower/charms/trusty/mariadb/replace-bintar-with-repository

« back to all changes in this revision

Viewing changes to hooks/start

  • Committer: Daniel Bartholomew
  • Date: 2014-09-24 13:03:57 UTC
  • Revision ID: dbart@mariadb.org-20140924130357-i3ixyg1594xzhw4h
Initial start and stop hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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'
 
2
set -e
 
3
/etc/init.d/mysql start