Viitor_postgresql/etc/init/postgresql.conf
kueller ff90ba219c Vorbereitung auf upstart
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_postgresql@5543 504e572c-2e33-0410-9681-be2bf7408885
2010-04-20 18:36:35 +00:00

16 lines
372 B
Plaintext

description "Startup MySQL DAtabase"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started ifup))
stop on runlevel [S016]
console none
script
source /etc/init/functions
source /etc/sysconfig/profile.d/PostgreSQL
su - postgres -c "/opt/PostgreSQL/bin/postmaster $PGNE -D $PGDATA"
end script