>[danger] #### 安装守护进程
![](https://img.kancloud.cn/af/72/af72d2c078612e3a71a8fdc2773b98a1_1649x452.png)
>[danger] #### 配置守护进程
(1)名称: 填写模块名即可
宜品盲盒 模块名
```
lingchi_blind_box
```
潮玩盲盒 模块名
```
lingchi_guess_box
```
(2)启动用户:选`www`
(3)运行目录:选择模块根目录作为运行目录,示例如下
宜品盲盒
~~~
/www/wwwroot/站点名/addons/lingchi_blind_box
~~~
潮玩盲盒
~~~
/www/wwwroot/站点名/addons/lingchi_guess_box
~~~
(4) 启用命令
宜品盲盒
~~~
php think queue:listen --queue lingchi_blind_box--tries 5
~~~
潮玩盲盒
~~~
php think queue:listen --queue lingchi_guess_box--tries 5
~~~
+ 完整示例
![](https://img.kancloud.cn/69/78/6978abe72cb4a0cf3431abfa90f75163_1920x905.png)
>[danger] #### 守护进程启动失败问题处理
+ 命令行的PHP版本设置为7.2
![](https://img.kancloud.cn/ca/79/ca7902b73d549acb2881266e69b6b0ad_2124x840.png)
+ 在软件商店找到php7.2, 删除禁用函数`proc_open`再重新启动进程
![](https://img.kancloud.cn/51/48/5148783d5dc1277a81182d51d03524b6_2280x1004.png)