6506e32534175c22b1b56d6278d70dbb5b55ee84
[sliver-openvswitch.git] / debian / openflow-switch.logrotate
1 /var/log/openflow/secchan.log {
2         daily
3         compress
4         create 640 root adm
5         delaycompress
6         missingok
7         rotate 30
8         postrotate
9                 vlogconf --reopen /var/run/secchan.pid
10         endscript
11 }