~george-edison55/charms/precise/hectane/trunk

« back to all changes in this revision

Viewing changes to hooks/hooks.py

  • Committer: Nathan Osman
  • Date: 2015-10-08 03:57:18 UTC
  • Revision ID: nathan@quickmediasolutions.com-20151008035718-eyaqi6sfl5ejrq14
Added copyright and revision files and specified correct signal for hectane.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        'start-stop-daemon',
88
88
        '--stop',
89
89
        '--exec', DAEMON_FILE,
 
90
        '--signal', 'INT',
90
91
        '--oknodo',
91
92
        '--quiet',
92
93
        '--remove-pidfile',