On Wed, Apr 22, 2020 at 12:31:09PM +0000, Martin wrote: > 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.
Start it from rc.local ? -- Antoine

