... | ... |
@@ -75,7 +75,16 @@ Turns on debugging, multiple |
75 | 75 |
increase the debug level. |
76 | 76 |
.TP |
77 | 77 |
.BI \-D |
78 |
-Runs sip-router in the foreground (it doesn't fork into daemon mode). |
|
78 |
+Control how daemonize is done: |
|
79 |
+.br |
|
80 |
+.B -D |
|
81 |
+- do not fork (almost) anyway (run in foreground, doesn't fork into daemon mode); |
|
82 |
+.br |
|
83 |
+.B -DD |
|
84 |
+- do not daemonize creator (main process is not daemonized); |
|
85 |
+.br |
|
86 |
+.B -DDD |
|
87 |
+- daemonize (default) |
|
79 | 88 |
.TP |
80 | 89 |
.BI \-E |
81 | 90 |
Sends all the log messages to stderr. |