From c1384b0c177377f3d0eeb4353b54b96ef57e7d48 Mon Sep 17 00:00:00 2001 From: Raymond Burkholder Date: Wed, 24 May 2017 19:56:30 +0000 Subject: debian: Add SYSTEMCTL_SKIP_REDIRECT to init files Current versions of systemd in Debian Stretch use SYSTEMCTL_SKIP_REDIRECT instead of _SYSTEMCTL_SKIP_REDIRECT. Provide both variables in the .init files. Signed-off-by: Raymond Burkholder Suggested-by: Guru Shetty Signed-off-by: Gurucharan Shetty --- debian/openvswitch-switch.init | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index aece7802c..93ce0ba71 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -28,6 +28,7 @@ (test -x /usr/sbin/ovs-vswitchd && test -x /usr/sbin/ovsdb-server) || exit 0 _SYSTEMCTL_SKIP_REDIRECT=yes +SYSTEMCTL_SKIP_REDIRECT=yes . /usr/share/openvswitch/scripts/ovs-lib test -e /etc/default/openvswitch-switch && . /etc/default/openvswitch-switch -- cgit v1.2.1