You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/21 04:49:09 UTC

[GitHub] [apisix-dashboard] nic-chen opened a new issue #843: docs: remind users to use correct way to run `manager api` in background

nic-chen opened a new issue #843:
URL: https://github.com/apache/apisix-dashboard/issues/843


   
   remind users that should use 
   
   ```sh
   $ nohup ./manager-api &
   ``` 
   
   instead of 
   
   ```sh
   $ ./manager-api &
   ``` 
   to run `manager api`, otherwise it will automatically exit after the terminal closed。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan closed issue #843: docs: remind users to use correct way to run `manager api` in background

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #843:
URL: https://github.com/apache/apisix-dashboard/issues/843


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org