+----------------------------------------------------------------------- | Running ${PKGSTEM} on OpenBSD +----------------------------------------------------------------------- There are two example configuration files installed in ${TRUEPREFIX}/share/${PKGSTEM}. They are heavy commented, so check them out. More detailed documentation is available at ${HOMEPAGE}. To start using matterbridge, copy the desired sample config, modify it to your taste and enable and start matterbridge service. Alternatively, of course you can write a new config from scratch. # cp ${TRUEPREFIX}/share/${PKGSTEM}/${PKGSTEM}-sample.toml ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml # vi ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml # rcctl enable ${PKGSTEM} && rcctl start ${PKGSTEM} The daemon stores it's state in memory, so syncronization of chat rooms will not persist between restarts.