# File lib/chef/provider/service/upstart.rb, line 140
        def restart_service
          if @new_resource.restart_command
            super
          else
            run_command_with_systems_locale(:command => "/sbin/restart #{@new_resource.service_name}")
          end
        end