diff options
Diffstat (limited to 'postgresql.service')
-rw-r--r-- | postgresql.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postgresql.service b/postgresql.service index 6545b6e..4a55a66 100644 --- a/postgresql.service +++ b/postgresql.service @@ -14,6 +14,9 @@ # Environment=PGPORT=5433 # This will override the setting appearing below. +# Note: changing PGPORT or PGDATA will typically require adjusting SELinux +# configuration as well; see /usr/share/doc/postgresql-*/README.rpm-dist. + # Note: do not use a PGDATA pathname containing spaces, or you will # break postgresql-setup. |