mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1352, fix typo of daemon.
This commit is contained in:
parent
ffe391aa49
commit
5d8fb01b45
6 changed files with 18 additions and 18 deletions
|
@ -54,7 +54,7 @@ start() {
|
|||
ok_msg "Starting SRS-api..."
|
||||
# TODO: FIXME: set limit by, for instance, "ulimit -HSn 10000"
|
||||
# TODO: FIXME: write log to, for instance, the same dir of log.
|
||||
# TODO: FIXME: support deamon, without nohup.
|
||||
# TODO: FIXME: support daemon, without nohup.
|
||||
(cd ${ROOT}; nohup ${APP} ${CONFIG} >/dev/null 2>&1 &)
|
||||
|
||||
# check again after start server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue