mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a65d559b98
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
186 B
Text
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
|
|
}
|