## Description: add some description ## Origin/Author: add some origin or author ## Bug: bug URL Index: openvswitch-2.5.4/debian/ifupdown.sh =================================================================== --- openvswitch-2.5.4.orig/debian/ifupdown.sh 2017-07-14 01:24:54.000000000 -0700 +++ openvswitch-2.5.4/debian/ifupdown.sh 2018-04-06 12:59:29.970216476 -0700 @@ -29,8 +29,8 @@ exit 0 fi -SERVICE_UNIT=/usr/lib/systemd/system/openvswitch-nonetwork.service -if [ -f $SERVICE_UNIT ] && [ -x /usr/bin/systemctl ]; then +SERVICE_UNIT=/lib/systemd/system/openvswitch-nonetwork.service +if [ -f $SERVICE_UNIT ] && [ -x /bin/systemctl ]; then if ! systemctl --quiet is-active openvswitch-nonetwork.service; then systemctl start openvswitch-nonetwork.service fi