Skip to content

Commit

Permalink
rhel: Add 'SYSTEMD_NO_WRAP=yes' in ovs init script for SLES
Browse files Browse the repository at this point in the history
The variable equivalent to RHEL's 'SYSTEMCTL_SKIP_REDIRECT=yes' on SLES
12 is 'SYSTEMD_NO_WRAP=yes'

VMware-BZ: #2245358
Reviewed-by: Markos Chandras <mchandras@suse.de>
CC: Markos Chandras <mchandras@suse.de>
CC: Ansis Atteka <aatteka@ovn.org>
CC: Ben Pfaff <blp@ovn.org>
Signed-off-by: Martin Xu <martinxu9.ovs@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
martinxu9ovs authored and blp committed Dec 13, 2018
1 parent e28b2e0 commit 5f77742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rhel/etc_init.d_openvswitch
Expand Up @@ -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
Expand Down

0 comments on commit 5f77742

Please sign in to comment.