1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/testing/php85/php85-fpm.logrotate
Andy Postnikov 5b1e2a9d59 testing/php85: new aport
Co-authored-by: Tim Düsterhus <tim@tideways-gmbh.com>
2025-07-02 16:41:25 +00:00

13 lines
188 B
Text

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