# File lib/chef/provider/service/systemd.rb, line 95 def is_active? run_command_with_systems_locale({:command => "/bin/systemctl is-active #{@new_resource.service_name}", :ignore_failure => true}) == 0 end