I have installed graylog-web-1.2.1-1.noarch RPM on CentOS 6.
The provided init.d script for graylog-web is not honoring custom settings in /etc/sysconfig/graylog-web. For example, when I set GRAYLOG_WEB_HTTP_PORT="3000" in the sysconfig file it will still start up on the default port 9000.
It appears to be due to the fact that the JAVA_OPTS variable is built before the settings are included, so it sticks with the defaults from the top of the init script rather than those set in the sysconfig file.
I have installed graylog-web-1.2.1-1.noarch RPM on CentOS 6.
The provided init.d script for graylog-web is not honoring custom settings in /etc/sysconfig/graylog-web. For example, when I set GRAYLOG_WEB_HTTP_PORT="3000" in the sysconfig file it will still start up on the default port 9000.
It appears to be due to the fact that the JAVA_OPTS variable is built before the settings are included, so it sticks with the defaults from the top of the init script rather than those set in the sysconfig file.