diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chef-service-manager | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-service-manager b/bin/chef-service-manager index 3d48f203cb..aaf91c7568 100755 --- a/bin/chef-service-manager +++ b/bin/chef-service-manager @@ -27,7 +27,7 @@ if Chef::Platform.windows? chef_client_service = { :service_name => "chef-client", :service_display_name => "Chef Client Service", - :service_description => "Runs Opscode Chef Client on regular, configurable intervals.", + :service_description => "Runs Chef Client on regular, configurable intervals.", :service_file_path => File.expand_path(File.join(File.dirname(__FILE__), '../lib/chef/application/windows_service.rb')) } Chef::Application::WindowsServiceManager.new(chef_client_service).run |