etc-logrotate.d-lwsws 194 B

12345678910
  1. /var/log/lwsws/*log {
  2. copytruncate
  3. missingok
  4. notifempty
  5. delaycompress
  6. postrotate
  7. /bin/systemctl reload lwsws.service > /dev/null 2>/dev/null || true
  8. endscript
  9. }