slackbuilds_ponce/network/openresty/openresty.logrotate
janshuez a65d559b98
network/openresty: Added (dynamic web platform).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-01 21:14:22 +07:00

12 lines
186 B
Text

/var/log/openresty/*.log {
su @USER@ @GROUP@
rotate 10
notifempty
size 5M
compress
delaycompress
sharedscripts
postrotate
/etc/rc.d/rc.openresty rotate
endscript
}