package/postgresql: remove PIDFile from .service

commit eada187e77 changed the service to Type=notify.
notify units don't need a PIDFile so this can be removed.

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020.11.x
Michael Nosthoff 2020-09-16 17:35:10 +02:00 committed by Thomas Petazzoni
parent e97fe4f28c
commit a9bc0024b6
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ Group=postgres
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=postgres
PIDFile=/var/lib/pgsql/postmaster.pid
ExecStartPre=/bin/sh -c "if [ ! -f /var/lib/pgsql/PG_VERSION ]; then /usr/bin/pg_ctl initdb -D /var/lib/pgsql; fi"
ExecStart=/usr/bin/postgres -D /var/lib/pgsql