18 lines
248 B
Plaintext
18 lines
248 B
Plaintext
#daily
|
|
nodateext
|
|
|
|
/var/log/guestServer.log
|
|
{
|
|
nodateext
|
|
size 10M
|
|
rotate 5
|
|
start 1
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
systemctl reload syslog-ng > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|