]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-instance.upstart
- proof of concept native upstart job implementation: postgresql as an example
[packages/postgresql.git] / postgresql-instance.upstart
CommitLineData
63ce0355
JK
1
2stop on pld.shutdown-started
3stop on stopping postgresql
4
5instance $DATADIR
6
7env DATADIR=/var/lib/pgsql
8
9script
10 exec >>/var/log/pgsql 2>&1
11 exec /sbin/setuidgid -s postgres \
12 /usr/bin/postgres -D $DATADIR
13end script
14
15
16
17
18
This page took 0.036461 seconds and 4 git commands to generate.