Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
[sliver-openvswitch.git] / debian / openvswitch-switch.logrotate
1 /var/log/openvswitch/secchan.log {
2         daily
3         compress
4         create 640 root adm
5         delaycompress
6         missingok
7         rotate 30
8         postrotate
9                 ovs-appctl --target /var/run/secchan.pid --reopen
10         endscript
11 }