meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppetlabs-postgresql / postgresql.service
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppetlabs-postgresql/postgresql.service b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppetlabs-postgresql/postgresql.service
deleted file mode 100644 (file)
index 3b4c5ca..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-[Unit]
-Description=PostgreSQL database server
-After=network.target
-
-[Install]
-WantedBy=multi-user.target
-
-[Service]
-Type=forking
-User=postgres
-Group=postgres
-# Disable OOM kill on the postmaster
-OOMScoreAdjust=-17
-
-PermissionsStartOnly=true
-ExecStartPre=-/etc/postgresql/postgresql-init initdb
-ExecStart=/usr/bin/pg_ctl start -D ${PGDATA} -s -o "-p ${PGPORT}" -w -t 300
-ExecStop=/usr/bin/pg_ctl stop -D ${PGDATA} -s -m fast
-ExecReload=/usr/bin/pg_ctl reload -D ${PGDATA} -s
-
-# Give a reasonable amount of time for the server to start up/shut down
-TimeoutSec=300