ah: reuse at end of transaction has no timeout
[platform/upstream/libwebsockets.git] / lwsws / etc-logrotate.d-lwsws
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