aports/testing/php7.1/php7.1-fpm.logrotate
Valery Kartel 82cd1263a3 testing/php7.1: fixes in extension depends tracking
--
- rename submodule phar-phar -> phar-utils
- remade APKBUILD and sources from template-based to 7.1
2017-02-24 13:18:28 +00:00

14 lines
190 B
Plaintext

/var/log/php7.1/*.log {
rotate 7
daily
missingok
notifempty
delaycompress
compress
dateext
sharedscripts
postrotate
/etc/init.d/php-fpm7.1 --ifstarted --quiet reopen
endscript
}