18 lines
351 B
Plaintext
18 lines
351 B
Plaintext
/var/log/imunify360/captcha.log {
|
|
# Keep 3 lotated files before removal
|
|
rotate 3
|
|
maxsize 50M
|
|
hourly
|
|
compress
|
|
delaycompress
|
|
|
|
nocreate
|
|
missingok
|
|
|
|
postrotate
|
|
if systemctl status imunify360-captcha > /dev/null ; then \
|
|
systemctl restart imunify360-captcha > /dev/null; \
|
|
fi;
|
|
endscript
|
|
}
|