Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 0.5.2
-
Fix Version/s: 0.5.4
-
Component/s: Chef Client
-
Labels:None
Description
The chef-client, when running in a daemonized way, has no mechanism to cleanly just reload its configuration file. We should support this with SIGHUP.
pull req sent, http://github.com/fujin/chef/tree/chef-91
simple sighup handler to reload configuration. This should probably be improved to re-initialise Chef::Log.. perhaps?