commit | cfec29ee86ce572e7c608aadfb6ddab015a30a6e | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Apr 04 18:35:49 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Apr 05 15:48:59 2022 -0700 |
tree | 416f8dd3c77574bef1c0cac3c131d6e3f8fe2083 | |
parent | a68422b555ac8abd917383be57cb71a937672686 [diff] |
meta-google: google-usb-network: Fix shutdown We need to specify parameters to shut down the device cleanly. Change-Id: I4f6d3a5cd6aaebf9fb01a86ed78fc1f4737e41eb Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/networking/google-usb-network/usb_network.service.m4 b/meta-google/recipes-google/networking/google-usb-network/usb_network.service.m4 index 252f409..de65131 100644 --- a/meta-google/recipes-google/networking/google-usb-network/usb_network.service.m4 +++ b/meta-google/recipes-google/networking/google-usb-network/usb_network.service.m4
@@ -23,7 +23,9 @@ DEV_MAC_ARG(M_BMC_USB_DEV_MAC) \ --iface-name "M_BMC_USB_IFACE" \ --bind-device "M_BMC_USB_BIND_DEV" -ExecStop=M_SCRIPT_INSTALL_DIR/usb_network.sh stop +ExecStop=M_SCRIPT_INSTALL_DIR/usb_network.sh stop \ + --dev-type "M_BMC_USB_TYPE" \ + --iface-name "M_BMC_USB_IFACE" [Install] WantedBy=multi-user.target