2013-05-13 4 views
0

나는 redis-commander를 사용해 왔지만 부팅 할 때 자동으로 시작해야합니다. upstart를 사용하여이 문제를 해결했지만 문제는 "-"옵션을 무시한다는 것입니다. 나는 이렇게하고있다. 당신이 긴 옵션을 통과 할 때 나는이 오류upstart exec에 '-'옵션을 추가하는 방법

Redis error Error: Ready check failed: ERR operation not permitted 

답변

1

을 가지고 있기 때문에 --redis - 암호 옵션을 무시처럼

script 
    exec /usr/local/bin/redis-commander --redis-password M+4IZ3hZy7/cf7 
end script 

가 보인다, 난 당신이 옵션 값의 = 기호를 필요로 생각합니다. 사용해보기 :

exec /usr/local/bin/redis-commander --redis-password='M+4IZ3hZy7/cf7'