mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support asprocess for oryx. 2.0.218
This commit is contained in:
parent
2a01540433
commit
b748fac23a
7 changed files with 53 additions and 3 deletions
|
@ -55,6 +55,13 @@ utc_time off;
|
|||
# @reamrk do not support reload.
|
||||
# default: ./
|
||||
work_dir ./;
|
||||
# whether quit when parent process changed,
|
||||
# used for supervisor mode(not daemon), srs should always quit when
|
||||
# supervisor process exited.
|
||||
# @remark conflict with daemon, error when both daemon and asprocess are on.
|
||||
# @reamrk do not support reload.
|
||||
# default: off
|
||||
asprocess off;
|
||||
|
||||
#############################################################################################
|
||||
# heartbeat/stats sections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue