]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.upstart
drop all Upstart hacks
[packages/postgresql.git] / postgresql.upstart
diff --git a/postgresql.upstart b/postgresql.upstart
deleted file mode 100644 (file)
index e61e63b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-description "Starts PostgreSQL instances for all configured clusters"
-
-start on started SERVICE_syslog=y
-
-env PG_DB_CLUSTERS
-
-pre-start script
-       exec >/tmp/pre-start 2>&1
-       set -x
-       if [ -z "$PG_DB_CLUSTERS" ] ; then
-               # read PG_DB_CLUSTERS from /etc/sysconfig/postgresql
-               # for init script compatibility
-               . /etc/sysconfig/postgresql
-       fi
-       for DATADIR in $PG_DB_CLUSTERS ; do
-               start postgresql/instance DATADIR=$DATADIR
-       done
-end script
This page took 0.022745 seconds and 4 git commands to generate.