all repos — ports @ f7ab51fefec44960929d4d5ee275beb250971092

collection of ports for openbsd

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 \
15	${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
16# vi ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
17# rcctl enable ${PKGSTEM} && rcctl start ${PKGSTEM}
18
19The daemon stores it's state in memory, so syncronization of chat rooms
20will not persist between restarts.