From 983499e2408ef80761cf0b69c95508a388c6b1f3 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Tue, 21 Oct 2014 12:34:49 -0700 Subject: Pointing chef-service-manager to appbundled chef-windows-service --- bin/chef-service-manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/chef-service-manager b/bin/chef-service-manager index aaf91c7568..7cef10f506 100755 --- a/bin/chef-service-manager +++ b/bin/chef-service-manager @@ -28,7 +28,7 @@ if Chef::Platform.windows? :service_name => "chef-client", :service_display_name => "Chef Client Service", :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')) + :service_file_path => File.expand_path(File.join(File.dirname(__FILE__), '../../../../bin/chef-windows-service')) } Chef::Application::WindowsServiceManager.new(chef_client_service).run else -- cgit v1.2.1