From b19f4da0c1bdf69765582a38d7ccd435ba324556 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Oct 2013 23:50:45 -0400 Subject: postgres: add postgresql initscript package Without adding the initscript package, postgres won't start automatically on boot. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend index ecaaef0..be7f036 100644 --- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend +++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend @@ -47,5 +47,6 @@ pkg_postinst_${PN} () { FILES_${PN} += "${localstatedir}/run/${PN}" +INITSCRIPT_PACKAGES = "${PN}" INITSCRIPT_NAME = "${PN}" INITSCRIPT_PARAMS = "defaults" -- cgit v1.2.3-54-g00ecf