Update service file per recent packaging guidelines changes.

This commit is contained in:
Tom Lane 2012-06-06 22:43:07 -04:00
parent d270fa3ca6
commit e4938de9a3
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,6 @@
[Unit]
Description=PostgreSQL database server
After=syslog.target
After=network.target
[Service]
@ -39,7 +38,8 @@ Environment=PGDATA=/var/lib/pgsql/data
# Where to send early-startup messages from the server (before the logging
# options of postgresql.conf take effect)
StandardOutput=syslog
# This is normally controlled by the global default set by systemd
# StandardOutput=syslog
# Disable OOM kill on the postmaster
OOMScoreAdjust=-1000