graylog-labs / graylog2-puppet

[DEPRECATED] Puppet module to install and manage a Graylog 1.x system.
https://www.graylog.org/
MIT License
10 stars 28 forks source link

Change the default server config file #10

Closed jaxxstorm closed 9 years ago

jaxxstorm commented 9 years ago

The default config file for the server is /etc/graylog2/server.conf as described in the init script:

JAVA_ARGS="-jar -Dlog4j.configuration=file:///opt/graylog2/server/log4j.xml $JAR_FILE -p $PID_FILE -f /etc/graylog2/server.conf"

With that in mind, a change should be made to set the default server param to /etc/graylog2/server.conf

jaxxstorm commented 9 years ago

duplicate sorry