summaryrefslogtreecommitdiff
path: root/net/turnserver/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/turnserver/files/pkg-message.in')
-rw-r--r--net/turnserver/files/pkg-message.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/net/turnserver/files/pkg-message.in b/net/turnserver/files/pkg-message.in
index cf4abfaf4a01..8604c781f09e 100644
--- a/net/turnserver/files/pkg-message.in
+++ b/net/turnserver/files/pkg-message.in
@@ -1,14 +1,14 @@
==================================================================
1) You can start and stop the turnserver manually. But, if you want
-to enable turnserver as an automatically started system service,
+to enable turnserver as an automatically started system service,
you have to:
- a) Create and edit /etc/turnserver.conf file.
+ a) Create and edit %%PREFIX%%/etc/turnserver.conf file.
Use %%PREFIX%%/etc/turnserver.conf.default as an example.
- b) For user accounts settings, if using the turnserver
- with authentication: create and edit /etc/turnuserdb.conf
+ b) For user accounts settings, if using the turnserver
+ with authentication: create and edit %%PREFIX%%/etc/turnuserdb.conf
file, or set up PostgreSQL or MySQL or Redis database for user accounts.
Use %%PREFIX%%/etc/turnuserdb.conf.default as example for flat file DB,
or use %%DATADIR%%/schema.sql as database schema,
@@ -20,21 +20,21 @@ you have to:
e) If you are using a non-default PREFIX (other than /usr/local),
then edit /usr/local/etc/rc.d/turnserver file, according to
your system settings.
-
+
f) Restart the system or run the command:
$ %%PREFIX%%/etc/rc.d/turnserver start
-
-2) If you do not want the turnserver to be a system service,
- then you can start/stop it "manually", using the "turnserver"
+
+2) If you do not want the turnserver to be a system service,
+ then you can start/stop it "manually", using the "turnserver"
executable with appropriate options (see the documentation).
-
+
3) To create database schema, use schema in file %%DATADIR%%/schema.sql.
-
+
4) For additional information, run:
-
+
$ man turnserver
$ man turnadmin
$ man turnutils
-
+
==================================================================