로딩
요청 처리 중입니다...

[redis] service redis_6379 does not support chkconfig 오류시

 [redis] service redis_6379 does not support chkconfig 오류시

예상추측원인 : chkconfig 우선순위 발생지점 # redis/utils/install_server.sh 이후 # /etc/init.d/redis_6379 start [ /etc/init.d] # chkconfig --add redis_6379 service redis_6379 does not support chkconfig 수행시 발생. 멘탈극복과정 [ /etc/init.d] # vim redis_6379 방법1.

문자열 \n를 라인(엔터)으로 변경 방법2. # chkconfig : 먹일런레벨들 우선순위 시작 끝 형태로 추가시켜준다 이후 [root@ip-10-0-1-171 init.d]# chkconfig --add redis_6379 [root@ip-10-0-1-171 init.d]# chkconfig --level 2345 redis_6379 on...