Magellan Linux

Contents of /trunk/php/php-fpm.logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1934 - (show annotations) (download)
Wed Oct 31 19:40:58 2012 UTC (11 years, 5 months ago) by niro
File size: 203 byte(s)
-added php configuration files
1 /var/log/php-fpm/*log {
2 missingok
3 notifempty
4 sharedscripts
5 delaycompress
6 postrotate
7 /bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
8 endscript
9 }