postgresql: add init script and DESCRIPTION

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>
This commit is contained in:
Chong.Lu@windriver.com
2014-04-22 15:07:25 +08:00
committed by Martin Jansa
parent 846ab65cfe
commit ee8a6c2371
3 changed files with 303 additions and 5 deletions
@@ -0,0 +1,4 @@
[ -f /etc/profile ] && source /etc/profile
PGDATA=/var/lib/postgresql/data
export PGDATA