From fa86379538f4959e395fce7882a84c2c1f057a47 Mon Sep 17 00:00:00 2001 From: Ruben Barkow-Kuder Date: Fri, 8 Jan 2021 10:14:40 +0100 Subject: [PATCH 1/2] Readme.turnserver: how to run server as a daemon --- README.turnserver | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.turnserver b/README.turnserver index b3fed4f..7b0dcbe 100644 --- a/README.turnserver +++ b/README.turnserver @@ -29,6 +29,13 @@ $ ./scripts/secure_relay.sh RUNNING THE TURN SERVER +To run the coturn server as a daemon use: + + $ turnserver -o + +Note that when running coturn as a daemon and you make any changes to the config file the server +has to be reloaded. + Options note: turnserver has long and short option names, for most options. Some options have only long form, some options have only short form. Their syntax somewhat different, if an argument is required: From 5bb25dbfaf750cbffcec6d4cc8949234236c64b1 Mon Sep 17 00:00:00 2001 From: Ruben Barkow-Kuder Date: Fri, 22 Jan 2021 06:20:20 +0100 Subject: [PATCH 2/2] Update README.turnserver --- README.turnserver | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.turnserver b/README.turnserver index 7b0dcbe..b2ff995 100644 --- a/README.turnserver +++ b/README.turnserver @@ -33,8 +33,7 @@ To run the coturn server as a daemon use: $ turnserver -o -Note that when running coturn as a daemon and you make any changes to the config file the server -has to be reloaded. +Note that if you make any changes to the config file the server has to be restarted. Options note: turnserver has long and short option names, for most options. Some options have only long form, some options have only short form. Their syntax