mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 21:24:35 +04:00
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
# OPTIONS
|
|
# -n COUNT
|
|
# Specifies the number of children processes forked per interface
|
|
# -N COUNT
|
|
# Specifies the number of children processes forked to handle tcp incoming connections
|
|
# -m SIZE
|
|
# Size of the shared memory which will be allocated (in Megabytes).
|
|
# -u UID
|
|
# Changes the user id under which
|
|
# -g GID
|
|
# Changes the group id under which
|
|
|
|
OPTIONS="-n 4 -m 4 - m 8"
|