首页> 软件配置及服务 >软件配置 >其它软件配置 其它软件配置
利用supervisor设置GatewayWorker开启自启动
作者:小萝卜 2020-06-02 【 其它 】 浏览 3810
简介利用supervisor设置GatewayWorker开启自启动
使用supervisor设置GatewayWorker开启自启动
[program:Gateway]
user=root
command=/usr/local/php/bin/php /website/honghai/vendor/GatewayWorker-for-win/start.php start
如果你没有配置过supervsior可以参考我之前发布的supervisor的安装和配置
很赞哦! (0)
相关文章
- windows服务器下PHP线程安全和非线程安全的区别
- JS 异步分段上传文件
- VSCode 相应拓展插件推荐
- 设置PhpStorm编辑器为Sublime Text 主题风格
- Navicat15破解版安装教程
- ckeditor增加编辑代码功能--使用官方推荐Code Snippet插件
- composer切换国内或国外源
- index.html:505 WebSocket connection to 'ws://39.114.25.114:8282/' failed: Error in connection establ
- WebService介绍
- Warning from https://mirrors.aliyun.com/composer: Support for Composer 1 is deprecated and some pack
