library/roles/php-fpm/templates/php-fpm.logrotate.j2: Fix the postrotate script

This commit is contained in:
Andrea Dell'Amico 2015-09-18 18:38:43 +02:00
parent 0edd59a9f4
commit 478e064b76
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
sharedscripts
delaycompress
postrotate
/etc/init.d/php5-fpm reload 2>/dev/null || true
/usr/lib/php5/php5-fpm-reopenlogs
endscript
}