1
0

fix: kvdb issue

This commit is contained in:
2024-07-09 10:42:32 +08:00
parent df3b722680
commit e53b949025

View File

@@ -90,6 +90,7 @@ done
if [ ! -e "${RedisBinDir}/kvdb_server" ]; then
cp -rf ${DependsRootDir}/kvdb/* /
chmod 755 ${RedisBinDir}/kvdb*
systemctl enable kvdb.service
fi
if [ ! -e "${RedisConfDir}/kvdb.conf" ]; then
@@ -134,7 +135,7 @@ systemctl enable restagent.service
systemctl enable crontask.service
systemctl enable sshsvc.service
systemctl enable captrace.service
systemctl enable kvdb.service
#systemctl enable kvdb.service
systemctl stop restagent.service
systemctl stop crontask.service
systemctl stop sshsvc.service