From f39fa1b34ca57b4e42da3c60e64ce503eca6eab5 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 27 Feb 2012 11:05:52 -0500 Subject: Update to PostgreSQL 9.1.3 --- postgresql.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'postgresql.service') diff --git a/postgresql.service b/postgresql.service index e59ce5c..4414d11 100644 --- a/postgresql.service +++ b/postgresql.service @@ -1,3 +1,19 @@ +# It's not recommended to modify this file in-place, because it will be +# overwritten during package upgrades. If you want to customize, the +# best way is to create a file "/etc/systemd/system/postgresql.service", +# containing +# .include /lib/systemd/system/postgresql.service +# ...make your changes here... +# For more info about custom unit files, see +# http://fedoraproject.org/wiki/Systemd#How_do_I_customize_a_unit_file.2F_add_a_custom_unit_file.3F + +# For example, if you want to change the server's port number to 5433, +# create a file named "/etc/systemd/system/postgresql.service" containing: +# .include /lib/systemd/system/postgresql.service +# [Service] +# Environment=PGPORT=5433 +# This will override the setting appearing below. + [Unit] Description=PostgreSQL database server After=syslog.target -- cgit