Skip to content

Commit

Permalink
Fix logrotate permissions after install
Browse files Browse the repository at this point in the history
In some cases it seems that the file permissions for the logrotate
configuration file are not set properly.  This should address those
cases.

fixes elastic#3490

Fixes elastic#4135
  • Loading branch information
untergeek authored and jordansissel committed Nov 4, 2015
1 parent bd69598 commit eec8094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/centos/after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
chown -R logstash:logstash /opt/logstash
chown logstash /var/log/logstash
chown logstash:logstash /var/lib/logstash
chmod 0644 /etc/logrotate.d/logstash

0 comments on commit eec8094

Please sign in to comment.