I have installed rabbitmq on centos5 . it works fine.
I wanted to add some configs . There was no config file in /etc/rabitmq . I created the file /etc/rabbitmq/rabbitmq-env.conf and added simplest configuration there
but my rabbit doesn't want to start with this simple conf file
# /etc/init.d/rabbitmq-server start
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}
rabbitmq-server.
contents of /var/log/rabbitmq/startup_err is
/etc/rabbitmq/rabbitmq-env.conf: line 1: [: missing `]'
what do i do wrong?
i also tries config file contents like '[].' . it also gives error
/etc/rabbitmq/rabbitmq-env.conf: line 1: [].: command not found