6 lines
182 B
Text
6 lines
182 B
Text
/var/log/netdata/error.log /var/log/netdata/debug.log {
|
|
sharedscripts
|
|
postrotate
|
|
[ -x /etc/rc.d/rc.netdata ] && /etc/rc.d/rc.netdata restart >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|