fix: kvdb issue
This commit is contained in:
@@ -90,6 +90,7 @@ done
|
|||||||
if [ ! -e "${RedisBinDir}/kvdb_server" ]; then
|
if [ ! -e "${RedisBinDir}/kvdb_server" ]; then
|
||||||
cp -rf ${DependsRootDir}/kvdb/* /
|
cp -rf ${DependsRootDir}/kvdb/* /
|
||||||
chmod 755 ${RedisBinDir}/kvdb*
|
chmod 755 ${RedisBinDir}/kvdb*
|
||||||
|
systemctl enable kvdb.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e "${RedisConfDir}/kvdb.conf" ]; then
|
if [ ! -e "${RedisConfDir}/kvdb.conf" ]; then
|
||||||
@@ -134,7 +135,7 @@ systemctl enable restagent.service
|
|||||||
systemctl enable crontask.service
|
systemctl enable crontask.service
|
||||||
systemctl enable sshsvc.service
|
systemctl enable sshsvc.service
|
||||||
systemctl enable captrace.service
|
systemctl enable captrace.service
|
||||||
systemctl enable kvdb.service
|
#systemctl enable kvdb.service
|
||||||
systemctl stop restagent.service
|
systemctl stop restagent.service
|
||||||
systemctl stop crontask.service
|
systemctl stop crontask.service
|
||||||
systemctl stop sshsvc.service
|
systemctl stop sshsvc.service
|
||||||
|
|||||||
Reference in New Issue
Block a user