File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,12 @@ Enable auto-aliases with 'yes' or 'on', disable with 'no' or 'off
58
58
Add an alias, the value has to be '[proto:]hostname[:port]'
59
59
(like for 'alias' global parameter)
60
60
.TP
61
+ .BI \-\- atexit\fR =\fI val
62
+ Control atexit callbacks execution from external libraries
63
+ which may access destroyed shm memory causing crash on shutdown.
64
+ Can be y[es] or 1 to enable atexit callbacks, n[o] or 0 to disable,
65
+ default is yes.
66
+ .TP
61
67
.BI \- A " pre\- processor\- define"
62
68
Add config pre-processor define (e.g., -A WITH_AUTH, -A N=1, -A X='"Y"')
63
69
.TP
@@ -160,10 +166,6 @@ Specifies the number of children processes forked to handle tcp incoming connect
160
166
.BI \- n
161
167
).
162
168
.TP
163
- .BI \-\- no\- atexit
164
- Skip atexit callbacks execution from external libraries
165
- which may access destroyed shm memory causing crash on shutdown.
166
- .TP
167
169
.BI \- P " pid\- file"
168
170
Creates a file containing the pid of the main
169
171
.B kamailio
You can’t perform that action at this time.
0 commit comments