Solved Help: Start mosquito server on system start up

I have installed and configured a MQTT mosquito server, how do I get it to start up when I boot.
I am on FreeBSD 12.1 RELEASE.

Thank you in advanced.
 
Thanks, that worked, I had to added these lines
mosquitto_config="/etc/mosquitto/mosquitto.conf"
mosquitto_enable="YES"
 
Local files install in /usr/local/etc/. The install may have already made a .conf file or directory for it.
I moved my files down from /etc to /usr/local/etc, and I removed the mosquitto_conf from rc.conf all is working fine. Thank you.
 
Back
Top