[Bug 706945] [NEW] php5-fpm package does not include a logrotate file

Mark Alan 706945 at bugs.launchpad.net
Mon Jan 24 14:38:14 UTC 2011


Public bug reported:

Binary package hint: php5-fpm

php5-fpm package should include a logrotate file.

For instance:
cat /etc/logrotate.d/php5-fpm
/var/log/php5-fpm.log {
  weekly
  rotate 10
  create 600 root root
  size 64k
  compress
  notifempty
  postrotate
    [ -f /var/run/php5-fpm.pid ] && /bin/kill -USR1 $(cat /var/run/php5-fpm.pid)
    endscript
}

** Affects: php5 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/706945

Title:
  php5-fpm package does not include a logrotate file



More information about the Ubuntu-server-bugs mailing list