diff options
author | Tim Smith <tsmith@chef.io> | 2017-05-23 16:33:20 -0500 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-05-23 16:33:20 -0500 |
commit | 259acf1a9ac71b567e0a03c800b43ea2ece0a3d1 (patch) | |
tree | f9fe2a918a45f440c2229c6addeaf7619ee5b955 | |
parent | 2884bc06cfed4de0a8a03a5d0aec7e084f33b8de (diff) | |
download | chef-259acf1a9ac71b567e0a03c800b43ea2ece0a3d1.tar.gz |
Add upstart change to the notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a663b6457c..9a2469f3c8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -85,6 +85,10 @@ The `inspec` and `train` gems are shipped by default in the chef omnibus package, making it easier for users in airgapped environments to use InSpec. +## Properly support managing Sys-V services on Debian systemd hosts + +Chef now properly supports managing sys-v services on hosts running systemd. Previously Chef would incorrectly attempt to fallback to Upstart even if upstart was not installed. + ## Backwards Compatibility Breaks ### Resource Cloning has been removed |