I need to change system daemon (smptd) start order during system boot to have it connected to a database which started from package scripts /etc/rc.conf.local.
Now /etc/rc.conf is untouched, database runs from /etc/rc.conf.local pkg_scripts="postgresql" smtpd starts first from rc.conf and crash because no database loaded from rc.conf.local script to fetch users. Please suggest any workaround. Martin

