Skip to content

Instantly share code, notes, and snippets.

@Techiu
Last active October 24, 2017 10:46
Show Gist options
  • Select an option

  • Save Techiu/ac2fe6394fdb16ef4437a2531a15d672 to your computer and use it in GitHub Desktop.

Select an option

Save Techiu/ac2fe6394fdb16ef4437a2531a15d672 to your computer and use it in GitHub Desktop.
linux workerman 的启动、停止
启动
以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