0
点赞
收藏
分享

微信扫一扫

编译安装redis运行注册服务脚本sh install_server.sh时报错。


在编译安装redis的时候,运行注册服务脚本sh install_server.sh时,报错。
Welcome to the redis service installer
This script will help you easily set up a running redis server

This systems seems to use systemd. Please take a look at the provided
example service unit files in this directory, and adapt and install
them. Sorry!

编译安装redis运行注册服务脚本sh install_server.sh时报错。_java

解决办法

编辑该脚本,注释掉下面部分代码,然后保存退出即可解决。

vim install_server.sh

编译安装redis运行注册服务脚本sh install_server.sh时报错。_vim_02


举报

相关推荐

0 条评论