14 lines
214 B
Plaintext
14 lines
214 B
Plaintext
|
/var/log/remote/*.log
|
||
|
{
|
||
|
daily
|
||
|
rotate 5
|
||
|
missingok
|
||
|
sharedscripts
|
||
|
compress
|
||
|
copytruncate
|
||
|
minsize 100k
|
||
|
postrotate
|
||
|
/usr/bin/systemctl -s HUP kill rsyslog.service >/dev/null 2>&1 || true
|
||
|
endscript
|
||
|
}
|