diff options
author | Jordan Running <jr@getchef.com> | 2016-03-25 14:16:33 -0500 |
---|---|---|
committer | Jordan Running <jr@getchef.com> | 2016-03-29 14:19:29 -0500 |
commit | ed0c48de8abad5307fd5ef3ea45309d8954ab8ed (patch) | |
tree | 080dc161b74b08ff755ea6aa01fa72dac0ccb547 /RELEASE_NOTES.md | |
parent | e9cf79914e9770e3a5a8f05b37797a33812b6516 (diff) | |
download | chef-ed0c48de8abad5307fd5ef3ea45309d8954ab8ed.tar.gz |
Add optional integer argument for --daemonize option
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0d7ce17261..c25d6396c2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -45,3 +45,11 @@ and `:win_evt` is shorthand for `Chef::Log::WinEvt.new`. All previously valid options are still valid, including Logger or Logger-like instances, e.g. `Chef::Log::Syslog.new` with other args than the defaults. + +## chef-client `--daemonize` option now takes an optional integer argument + +Optional integer argument (.e.g `chef-client --daemonize 5`) is the +number of seconds to wait before the first daemonized run. See +[#3305] for background. + +[#3305]: https://github.com/chef/chef/issues/3305 |