X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fopenvswitch-switch.logrotate;h=6620a09441743db1f20937f20a7ef7ec1ba75019;hb=c8d5d22c6aeb3d7d190fb1c400b5925b71e24c74;hp=d72d23086b85653c0f6f30090f89108c7278c335;hpb=24e81092a136e4a60443dc6a04206c2a631ace3a;p=sliver-openvswitch.git diff --git a/debian/openvswitch-switch.logrotate b/debian/openvswitch-switch.logrotate index d72d23086..6620a0944 100644 --- a/debian/openvswitch-switch.logrotate +++ b/debian/openvswitch-switch.logrotate @@ -8,10 +8,10 @@ postrotate # Tell Open vSwitch daemons to reopen their log files if [ -e /var/run/openvswitch/ovs-vswitchd.pid ]; then - ovs-appctl --t ovs-vswitchd vlog/reopen + ovs-appctl -t ovs-vswitchd vlog/reopen fi if [ -e /var/run/openvswitch/ovsdb-server.pid ]; then - ovs-appctl --t ovsdb-server vlog/reopen + ovs-appctl -t ovsdb-server vlog/reopen fi endscript }