Hello,

On 10/12/2018 14:33, Martin Xu wrote:
> 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 <[email protected]>
> CC: Markos Chandras <[email protected]>
> CC: Ansis Atteka <[email protected]>
> CC: Ben Pfaff <[email protected]>
> ---
>  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
> 

Looks good to me. Thank you

Reviewed-by: Markos Chandras <[email protected]>

-- 
markos

SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg) Maxfeldstr. 5, D-90409, Nürnberg
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to