~frankban/charms/trusty/redis/initial-charm

« back to all changes in this revision

Viewing changes to hooks/generic-hook

  • Committer: Francesco Banconi
  • Date: 2015-05-21 17:28:02 UTC
  • Revision ID: francesco.banconi@canonical.com-20150521172802-ty5p247cvojcktje
Initial charm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
 
 
3
# Copyright 2015 Canonical Ltd.
 
4
# Licensed under the GPLv3, see copyright file for details.
 
5
 
 
6
import services
 
7
services.manage()