# File lib/chef/provider/service/systemd.rb, line 104 def disable_service run_command_with_systems_locale(:command => "/bin/systemctl disable #{@new_resource.service_name}") end