1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/testing/php8/php8-fpm.logrotate
Andy Postnikov 27820fceea testing/php8: new aport
PHP 8.0 beta3 is upcoming version https://wiki.php.net/todo/php80
2020-09-05 12:35:30 +00:00

13 lines
186 B
Text

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