~ubuntu-server-dev/heat/kilo

« back to all changes in this revision

Viewing changes to debian/heat-api.upstart

  • Committer: james.page at ubuntu
  • Date: 2015-01-12 09:22:27 UTC
  • mfrom: (83.1.1 heat)
  • Revision ID: james.page@ubuntu.com-20150112092227-qw2lftt78t4rogij
Tags: 2015.1~b1-0ubuntu2
releasing package heat version 2015.1~b1-0ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# vim: set ft=upstart ts=2 et:
2
 
description "Heat API server"
3
 
author "James Page <james.page@ubuntu.com>"
4
 
 
5
 
start on runlevel [2345]
6
 
stop on runlevel [!2345]
7
 
 
8
 
exec start-stop-daemon --start --chuid heat --exec /usr/bin/heat-api