summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-06-09 16:05:46 -0700
committerClaire McQuin <claire@getchef.com>2014-06-09 16:05:46 -0700
commit77314edac7cf24ffaaab82380c09e3582851e392 (patch)
tree979cc86354fece63fc25c7543b262a372f5ed713 /RELEASE_NOTES.md
parent1b71ba7802396c17cc97466224f6895f85b7f022 (diff)
downloadchef-77314edac7cf24ffaaab82380c09e3582851e392.tar.gz
chef community merges
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index fe808c06d1..fc01525b7d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -22,3 +22,11 @@ CHEF-1761 introduced a regression for signal handling when not in daemon mode
(see CHEF-5172). Chef will now, once again, exit immediately on SIGTERM if it
is not in daemon mode, otherwise it will complete it's current run before
existing.
+
+#### Ubuntu 13.10+ uses Upstart service provider.
+
+The "compatibility interface" for /etc/init.d/ is no longer used at least as of
+13.10 (per the Ubuntu wiki page). The default service provider in Chef for Ubuntu
+is C:\:\P::S::Debian, which uses /etc/init.d/service_name with the start, stop,
+etc commands to manage the script. If you are able to use the init provider just
+fine, you will need to manually override the provider back to Debian.