From c4e2f3e6303381185a9a83273666670ea34fd144 Mon Sep 17 00:00:00 2001 From: Volodymyr Samotiy Date: Wed, 15 Aug 2018 02:05:07 +0300 Subject: [PATCH] [mellanox]: Update hw-mgmt service with the stop action (#1929) Signed-off-by: Volodymyr Samotiy --- .../mellanox/hw-management/Add-systemd-service-config.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/mellanox/hw-management/Add-systemd-service-config.patch b/platform/mellanox/hw-management/Add-systemd-service-config.patch index ce16bb712e..bef62b9ea3 100644 --- a/platform/mellanox/hw-management/Add-systemd-service-config.patch +++ b/platform/mellanox/hw-management/Add-systemd-service-config.patch @@ -29,7 +29,7 @@ new file mode 100644 index 0000000..d18916d --- /dev/null +++ b/debian/hw-management.service -@@ -0,0 +1,10 @@ +@@ -0,0 +1,11 @@ +[Unit] +Description=Mellanox Hardware Management + @@ -37,6 +37,7 @@ index 0000000..d18916d +Type=oneshot +EnvironmentFile=/host/machine.conf +ExecStart=/bin/bash -c "/etc/mlnx/mlnx-hw-management start" ++ExecStop=/bin/bash -c "/etc/mlnx/mlnx-hw-management stop" + +[Install] +WantedBy=multi-user.target