Files
openflow/debian/openflow-switch.logrotate
T
Ben Pfaff 7f33221139 Fix openflow-switch log rotation.
The vlogconf command syntax was wrong.  The pidfile also didn't contain
the right pid (which was fixed in the previous commit).
2008-11-04 16:14:00 -08:00

12 lines
252 B
Plaintext

/var/log/openflow/secchan.log {
daily
compress
create 640 root adm
delaycompress
missingok
rotate 30
postrotate
vlogconf --target /var/run/secchan.pid --reopen
endscript
}