File ovs.logrotate of Package OpenVISP
x
1
/var/log/ovs/ovs.log {
2
compress
3
dateext
4
maxage 365
5
rotate 99
6
size=+4096k
7
notifempty
8
missingok
9
create 644 root root
10
sharedscripts
11
postrotate
12
/etc/init.d/ovs restart
13
endscript
14
}
15