>[danger] #### 安装守护进程
![](https://img.kancloud.cn/e8/49/e8498ef8af4dc19c523620580a66d0e9_1649x452.png)
>[danger] #### 配置安装守护
+ 名称:推荐和 "模块标识" 保持一致
```
lingchi_reward
```
+ 启动用户:不建议使用`root`, 推荐使用站点的所有者用户, 一般都是`www`
![](https://img.kancloud.cn/81/cb/81cbfff3297c6bc2795eb0045304854b_1431x332.png)
+ 运行目录:选择模块根目录作为运行目录,示例如下
~~~
/www/wwwroot/站点名/addons/lingchi_reward
~~~
+ 启用命令
~~~
php think queue:listen --queue lingchi_reward --tries 2
~~~
+ 完整示例
![](https://img.kancloud.cn/9a/b8/9ab80deaf36205a7870f7d03a60787e2_1908x903.png)
>[danger] #### 守护进程启动失败问题处理
+ 命令行的PHP版本设置为7.2
![](https://img.kancloud.cn/72/1a/721a2f51c2f6e42e764671556633a956_2124x840.png)
+ 在软件商店找到php7.2, 删除禁用函数`proc_open`再重新启动进程
![](https://img.kancloud.cn/ba/41/ba410cbbc63753da4002b7c16423980b_2280x1004.png)