summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3f68841..8949f01 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,13 @@ New in 0.9.2 version
* The postgresql-check-db-dir is now more strict to admin's configuration
and tries to avoid future incompatibilities by warning about the
- /etc/postgresql/$servicename file non-existence. Idea by Honza Horák.
+ /etc/systemd/system/postgresql@instance.service.d/ non-existence.
+ Idea by Honza Horák.
+
+* The /etc/postgresql/* path is not used for configuration as it does not
+ conform systemd's intentions, see the thread:
+ http://www.spinics.net/lists/fedora-devel/msg200450.html . We encourage
+ users to configure via postgresql.service.d/ drop-in directory.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~