1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/php7/php7-fpm.logrotate
Andy Postnikov dd0e687c7a testing/php7: move from community
add patch for new curl
2022-05-20 22:44:46 +00:00

13 lines
186 B
Text

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