about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-07-02 11:53:45 -0400
committerAaron Andersen <aaron@fosslib.net>2019-07-20 18:36:24 -0400
commit9b970d07f384f31737cb3d598913aba16dbc59bb (patch)
treef838a68e7d9a6ecb16359dfe1e84f6e7845ba076 /nixos/doc
parent0fd69629c703a508a3529463604140caa059e349 (diff)
downloadnixlib-9b970d07f384f31737cb3d598913aba16dbc59bb.tar
nixlib-9b970d07f384f31737cb3d598913aba16dbc59bb.tar.gz
nixlib-9b970d07f384f31737cb3d598913aba16dbc59bb.tar.bz2
nixlib-9b970d07f384f31737cb3d598913aba16dbc59bb.tar.lz
nixlib-9b970d07f384f31737cb3d598913aba16dbc59bb.tar.xz
nixlib-9b970d07f384f31737cb3d598913aba16dbc59bb.tar.zst
nixlib-9b970d07f384f31737cb3d598913aba16dbc59bb.zip
nixos/httpd: drop postgresql reference
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1909.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index e04945e27309..53fec6c9b62f 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -149,6 +149,11 @@
    </listitem>
    <listitem>
     <para>
+     The httpd service no longer attempts to start the postgresql service. If you have come to depend
+     on this behaviour then you can preserve the behavior with the following configuration:
+     <literal>systemd.services.httpd.after = [ "postgresql.service" ];</literal>
+    </para>
+    <para>
      The option <option>services.httpd.extraSubservices</option> has been
      marked as deprecated. You may still use this feature, but it will be
      removed in a future release of NixOS. You are encouraged to convert any