Last active
October 24, 2017 10:46
-
-
Save Techiu/ac2fe6394fdb16ef4437a2531a15d672 to your computer and use it in GitHub Desktop.
linux workerman 的启动、停止
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 启动 | |
| 以debug(调试)方式启动 | |
| php start.php start | |
| 以daemon(守护进程)方式启动 | |
| php start.php start -d | |
| 停止 | |
| php start.php stop | |
| 重启 | |
| php start.php restart | |
| 平滑重启 | |
| php start.php reload | |
| 查看状态 | |
| php start.php status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment