]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-instance.upstart
e0274e06133229188a5c376e854c3ead6f60631d
[packages/postgresql.git] / postgresql-instance.upstart
1
2 stop on pld.shutdown-started
3 stop on stopping postgresql
4
5 instance $DATADIR
6
7 env DATADIR=/var/lib/pgsql
8
9 script
10         exec >>/var/log/pgsql 2>&1
11         exec /sbin/setuidgid -s postgres \
12                 /usr/bin/postgres -D $DATADIR
13 end script
14
15
16
17
18
This page took 0.049411 seconds and 2 git commands to generate.