Method: Chef::Provider::Service::Freebsd#read_rc_conf
- Defined in:
- lib/chef/provider/service/freebsd.rb
#read_rc_conf ⇒ Object
109 110 111 |
# File 'lib/chef/provider/service/freebsd.rb', line 109 def read_rc_conf ::File.open("/etc/rc.conf", 'r') { |file| file.readlines } end |