使用Supervisor管理Redis
程序员文章站
2022-06-02 22:37:20
...
前提:
系统中已经安装了Supervisor
1.进入Supervisor配置文件管理文件夹
2、新建redis.ini文件
3、编辑一下ini文件内容并保存
4、重新加载使新的配置项生效
5、查看supervisor管理的服务
系统中已经安装了Supervisor
1.进入Supervisor配置文件管理文件夹
cd /etc/supervisor/conf.d/
2、新建redis.ini文件
vi redis.ini
3、编辑一下ini文件内容并保存
[program:redis] command=/usr/local/bin/redis-server autostart=true autorestart=true startsecs=3 daemonize=no stdout_logfile=/etc/supervisor/logs/redis.log
4、重新加载使新的配置项生效
supervisorctl reload
5、查看supervisor管理的服务
supervisorctl -c /etc/supervisor/supervisord.conf
上一篇: 古人的胃口真的很大吗 为何动不动就一斛酒一斗米十斤肉的
下一篇: 装饰效果(最大连续字段和)