summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometer
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-18 14:04:46 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:38 -0500
commit7b5bba81e957c4107c02f71b0d41b0a3f035385f (patch)
tree0b60ae162a92ce78b2df2b8789131af9444cf5ce /meta-openstack/recipes-devtools/python/python-ceilometer
parentb2cf21f9bacceace8abe3f80256e3a9cd141c5ae (diff)
downloadmeta-cloud-services-7b5bba81e957c4107c02f71b0d41b0a3f035385f.tar.gz
initscrtips: make initscripts chkconfig and service safe
To support the execution of the chkconfig and service scripts, we need to ensure a consistent header on the initscripts, and a consistent environment that allows scratch files to be written. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init
index 13a51b9..c726855 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init
@@ -4,7 +4,8 @@
4# Provides: 4# Provides:
5# Required-Start: $remote_fs $network $syslog 5# Required-Start: $remote_fs $network $syslog
6# Required-Stop: $remote_fs $syslog 6# Required-Stop: $remote_fs $syslog
7# Default-Stop: 0 1 6 7# Default-Start: 3 5
8# Default-Stop: 0 1 2 6
8# Short-Description: Ceilometer Servers 9# Short-Description: Ceilometer Servers
9# Description: OpenStack Monitoring Service (code-named Ceilometer) server(s) 10# Description: OpenStack Monitoring Service (code-named Ceilometer) server(s)
10### END INIT INFO 11### END INIT INFO