poolmon.logrotate 132 B

1234567
  1. /var/log/poolmon.log {
  2. missingok
  3. postrotate
  4. /bin/kill -HUP `cat /run/poolmon.pid 2> /dev/null` 2>/dev/null || true
  5. endscript
  6. }