1/var/log/lwsws/*log {
2    copytruncate
3    missingok
4    notifempty
5    delaycompress
6    postrotate
7        /bin/systemctl reload lwsws.service > /dev/null 2>/dev/null || true
8    endscript
9}
10
11