in /etc/rc.conf.local I changed

pkg_scripts="dbus_daemon" "avahi_daemon"

to now read without quotations between daemons

pkg_scripts="dbus_daemon avahi_daemon"

so now when the system boots it correctly starts package daemons

Reply via email to