Update service file per recent packaging guidelines changes.
This commit is contained in:
parent
d270fa3ca6
commit
e4938de9a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user