From b9fc882a1e74495ba2a61c1cd34faa0dde33d05f Mon Sep 17 00:00:00 2001 From: Jacob Hammons Date: Wed, 23 Mar 2016 15:19:36 -0600 Subject: [PATCH] One additional known issue for 2015.5.10 release notes --- doc/topics/releases/2015.5.10.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/topics/releases/2015.5.10.rst b/doc/topics/releases/2015.5.10.rst index 49a5598140..a6f158d9c9 100644 --- a/doc/topics/releases/2015.5.10.rst +++ b/doc/topics/releases/2015.5.10.rst @@ -19,3 +19,16 @@ in the Salt Master configuration. (No additional fixes are contained in this release). +Read Before Upgrading Debian 8 (Jessie) from Salt Versions Earlier than 2015.5.9 +================================================================================ + +Salt ``systemd`` service files are missing the following statement in these versions: + +.. code-block:: ini + + [Service] + KillMode=process + +This statement must be added to successfully upgrade on these earlier versions +of Salt. +