blob: 768a67dfe8b0fee887f8d5bb2d01f6e020dfaeb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
+-----------------------------------------------------------------------
| 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.
|