mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-21 04:30:31 +00:00
1. Add DESCRIPTION 2. Add init script for starting up the PostgreSQL server. 3. Disable krb5 by default Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
[ -f /etc/profile ] && source /etc/profile
|
|
|
|
PGDATA=/var/lib/postgresql/data
|
|
export PGDATA
|