xenserver: Fix bond configuration.
[openvswitch] / xenserver / etc_logrotate.d_vswitch
index 6366c6758806313bfbd738b956fe68b496be3e47..d6f71afb204d03f519345b89991c5f27c8f048fc 100644 (file)
@@ -9,6 +9,8 @@
        sharedscripts
        postrotate
        # Tell ovs-vswitchd and ovs-brcompatd to reopen their log files
-       /sbin/service vswitch reload
+       /usr/bin/ovs-appctl -t ovs-vswitchd vlog/reopen
+       /usr/bin/ovs-appctl -t ovs-brcompatd vlog/reopen
+       /usr/bin/ovs-appctl -t ovsdb-server vlog/reopen
        endscript
 }