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