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