]> git.proxmox.com Git - mirror_ovs.git/blame - debian/openvswitch-switch.logrotate
Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
[mirror_ovs.git] / debian / openvswitch-switch.logrotate
CommitLineData
8cd4882f 1/var/log/openvswitch/ovs-openflowd.log {
064af421
BP
2 daily
3 compress
4 create 640 root adm
5 delaycompress
6 missingok
7 rotate 30
8 postrotate
8cd4882f 9 ovs-appctl --target /var/run/ovs-openflowd.pid --reopen
064af421
BP
10 endscript
11}