Method: Chef::Resource::File::Verification::SystemdUnit#systemd_analyze_path

Defined in:
lib/chef/resource/file/verification/systemd_unit.rb

#systemd_analyze_pathObject



64
65
66
# File 'lib/chef/resource/file/verification/systemd_unit.rb', line 64

def systemd_analyze_path
  @systemd_analyze_path ||= which("systemd-analyze")
end