note 749 B

123456789101112131415161718192021222324252627282930313233
  1. 1
  2. cd /www/wwwroot/baxiadminproject
  3. php artisan schedule:run >> /dev/null 2>&1
  4. cd /www/wwwroot/statistics_admin
  5. php artisan schedule:run >> /dev/null 2>&1
  6. 常驻进程:
  7. php /www/wwwroot/api.ouro777.com/artisan queue:work --sleep=12
  8. /wwwroot/admin-api/artisan queue:work --sleep=12
  9. sudo supervisorctl status
  10. test git
  11. 4、常用命令
  12. 启动服务 systemctl enable supervisord
  13. 查看是否启动 systemctl is-enabled supervisord
  14. 停止服务 systemctl stop supervisord
  15. 开启服务 systemctl start supervisord
  16. 服务状态 systemctl status supervisord
  17. 重载服务 systemctl reload supervisord
  18. 重启服务 systemctl restart supervisord