diff --git a/system/service b/system/service index caea023bb14..2e26a47b636 100644 --- a/system/service +++ b/system/service @@ -784,7 +784,7 @@ class FreeBsdService(Service): else: self.rcconf_value = "NO" - rcfiles = [ '/etc/rc.conf','/usr/local/etc/rc.conf' ] + rcfiles = [ '/etc/rc.conf','/etc/rc.conf.local', '/usr/local/etc/rc.conf' ] for rcfile in rcfiles: if os.path.isfile(rcfile): self.rcconf_file = rcfile