net/matterbridge/pkg/README (view raw)
1+-----------------------------------------------------------------------
2| Running ${PKGSTEM} on OpenBSD
3+-----------------------------------------------------------------------
4
5There are two example configuration files installed in
6${TRUEPREFIX}/share/${PKGSTEM}. They are heavy commented, so check them
7out. More detailed documentation is available at
8${HOMEPAGE}.
9
10To start using matterbridge, copy the desired sample config, modify
11it to your taste and enable and start matterbridge service. Alternatively,
12of course you can write a new config from scratch.
13
14# cp ${TRUEPREFIX}/share/${PKGSTEM}/${PKGSTEM}-sample.toml ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
15# vi ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
16# rcctl enable ${PKGSTEM} && rcctl start ${PKGSTEM}
17
18The daemon stores it's state in memory, so syncronization of chat rooms
19will not persist between restarts.