summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend1
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 3174e94..ecaaef0 100644
--- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
+++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
@@ -26,6 +26,7 @@ do_install_append() {
26 26
27} 27}
28 28
29RDEPENDS_${PN} += "postgresql-timezone eglibc-utils update-rc.d"
29USERADD_PACKAGES = "${PN}" 30USERADD_PACKAGES = "${PN}"
30GROUPADD_PARAM_${PN} = "--system postgres" 31GROUPADD_PARAM_${PN} = "--system postgres"
31USERADD_PARAM_${PN} = "--system --home /var/lib/postgres -g postgres \ 32USERADD_PARAM_${PN} = "--system --home /var/lib/postgres -g postgres \