Method: Chef::Resource::Service#status_command

Defined in:
lib/chef/resource/service.rb

#status_command(arg = nil) ⇒ Object

command to call to get status of service



87
88
89
90
91
92
93
# File 'lib/chef/resource/service.rb', line 87

def status_command(arg=nil)
  set_or_return(
    :status_command,
    arg,
    :kind_of => [ String ]
  )
end