The variable equivalent to RHEL's 'SYSTEMCTL_SKIP_REDIRECT=yes' on SLES
12 is 'SYSTEMD_NO_WRAP=yes'

VMware-BZ: #2245358
Signed-off-by: Martin Xu <martinxu9....@gmail.com>
CC: Markos Chandras <mchand...@suse.de>
CC: Ansis Atteka <aatt...@ovn.org>
CC: Ben Pfaff <b...@ovn.org>
---
 rhel/etc_init.d_openvswitch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch
index 20d556803..7a4cfbab5 100755
--- a/rhel/etc_init.d_openvswitch
+++ b/rhel/etc_init.d_openvswitch
@@ -28,6 +28,7 @@
 ### END INIT INFO
 
 SYSTEMCTL_SKIP_REDIRECT=yes
+SYSTEMD_NO_WRAP=yes
 
 . /usr/share/openvswitch/scripts/ovs-lib || exit 1
 test -e /etc/sysconfig/openvswitch && . /etc/sysconfig/openvswitch
-- 
2.12.3

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to