1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-25 04:20:34 +00:00
Arsse/dist/docker/etc/logrotate.d/php-fpm

14 lines
No EOL
221 B
Text

/config/log/php/*.log {
rotate 5
weekly
missingok
notifempty
delaycompress
compress
nodateext
sharedscripts
postrotate
sv hup /etc/service/php-fpm
endscript
su ook ook
}