Method: Chef::Resource::File::Verification::SystemdUnit#initialize
- Defined in:
- lib/chef/resource/file/verification/systemd_unit.rb
#initialize(parent_resource, command, opts, &block) ⇒ SystemdUnit
Returns a new instance of SystemdUnit.
42 43 44 45 |
# File 'lib/chef/resource/file/verification/systemd_unit.rb', line 42 def initialize(parent_resource, command, opts, &block) super @command = systemd_analyze_cmd end |