mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-11-21 08:37:52 +00:00
734f10a19b
After discussion here https://libwebsockets.org/pipermail/libwebsockets/2016-April/002304.html Signed-off-by: Andy Green <andy@warmcat.com>
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
/var/log/lwsws/*log {
|
|
copytruncate
|
|
missingok
|
|
notifempty
|
|
delaycompress
|
|
postrotate
|
|
/bin/systemctl reload lwsws.service > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|
|
|