From 7b5bba81e957c4107c02f71b0d41b0a3f035385f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 18 Nov 2013 14:04:46 -0500 Subject: 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 --- meta-openstack/recipes-devtools/python/python-heat/heat.init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-heat') diff --git a/meta-openstack/recipes-devtools/python/python-heat/heat.init b/meta-openstack/recipes-devtools/python/python-heat/heat.init index 452691a..a7a168d 100644 --- a/meta-openstack/recipes-devtools/python/python-heat/heat.init +++ b/meta-openstack/recipes-devtools/python/python-heat/heat.init @@ -4,7 +4,8 @@ # Provides: # Required-Start: $remote_fs $network $syslog # Required-Stop: $remote_fs $syslog -# Default-Stop: 0 1 6 +# Default-Start: 3 5 +# Default-Stop: 0 1 2 6 # Short-Description: Heat Servers # Description: OpenStack Orchestration Service (code-named heat) ### END INIT INFO -- cgit v1.2.3-54-g00ecf