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

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

#systemd_analyze_cmdObject



60
61
62
# File 'lib/chef/resource/file/verification/systemd_unit.rb', line 60

def systemd_analyze_cmd
  @systemd_analyze_cmd ||= "#{systemd_analyze_path} verify %{path}"
end