/logrotate.d/wpa_action

http://github.com/brinkman83/bashrc · #! · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · e89bd56990c96be8d081053026536fae MD5 · raw file

  1. /var/log/wpa_action.log /var/log/wpa_action.*.log {
  2. rotate 5
  3. daily
  4. compress
  5. copytruncate
  6. missingok
  7. }