diff options
author | 2013-10-21 23:50:45 -0400 | |
---|---|---|
committer | 2013-10-21 23:50:49 -0400 | |
commit | b19f4da0c1bdf69765582a38d7ccd435ba324556 (patch) | |
tree | 443b8a06155bb329702645d092a9511a5fd79f27 | |
parent | 59ebe56473f2c8999edeba3e8af0d4495bf516b5 (diff) | |
download | meta-cloud-services-b19f4da0c1bdf69765582a38d7ccd435ba324556.tar.gz meta-cloud-services-b19f4da0c1bdf69765582a38d7ccd435ba324556.tar.bz2 meta-cloud-services-b19f4da0c1bdf69765582a38d7ccd435ba324556.zip |
postgres: add postgresql initscript package
Without adding the initscript package, postgres won't start automatically
on boot.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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 ecaaef0a..be7f0362 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" |