Class Chef::Provider::Service::Arch
In: lib/chef/provider/service/arch.rb
Parent: Chef::Provider::Service::Init

Methods

Public Class methods

Public Instance methods

Get list of all daemons from the file ’/etc/rc.conf’. Mutiple lines and background form are supported. Example:

  DAEMONS=(   #     foobar    #     @example    #     !net    #   )

FIXME: Multiple entries of DAEMONS will cause very bad results :)

[Validate]