# File lib/chef/provider/service/simple.rb, line 46
        def shared_resource_requirements
          super
          requirements.assert(:all_actions) do |a| 
            a.assertion { @status_load_success } 
            a.whyrun ["Service status not available. Assuming a prior action would have installed the service.", "Assuming status of not running."]
          end
        end