deb-heat/debian/heat-api-cloudwatch.init.in

18 lines
525 B
Bash

#!/bin/sh
### BEGIN INIT INFO
# Provides: heat-api-cloudwatch
# Required-Start: $network $local_fs $remote_fs $syslog
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Heat cloudwatch API
# Description: Heat cloudwatch API server
### END INIT INFO
# Author: Thomas Goirand <zigo@debian.or>
# PATH should only include /usr/* if it runs after the mountnfs.sh script
DESC="Heat API Cloud Watch"
PROJECT_NAME=heat
NAME=${PROJECT_NAME}-api-cloudwatch