/etc/init/heat-api-cloudwatch.conf is in heat-api-cloudwatch 2014.1-0ubuntu1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | # vim: set ft=upstart ts=2 et:
description "Heat API Cloudwatch server"
author "James Page <james.page@ubuntu.com>"
start on runlevel [2345]
stop on runlevel [!2345]
exec start-stop-daemon --start --chuid heat --exec /usr/bin/heat-api-cloudwatch
|