commit | d534f7433d4e41883e9e0e6d13f4fc81210f8f4a | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Fri Nov 09 10:32:02 2018 +0800 |
committer | Yong Li <yong.b.li@linux.intel.com> | Fri Nov 09 10:38:06 2018 +0800 |
tree | 53a02b7a50911279f130719a1fd305e6b2c890e6 | |
parent | 8ca708689fde32309138e21b052cf5f055ec33d1 [diff] [blame] |
Change the service type from oneshot to simple With oneshot type will block until the running process exists, however the fru-device does not exit, this causes the service status is always in running Change-Id: Ibb246de21a6a2433549f09241d540348eb93870b Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
diff --git a/service_files/xyz.openbmc_project.FruDevice.service b/service_files/xyz.openbmc_project.FruDevice.service index 7d69c31..4ed78f8 100644 --- a/service_files/xyz.openbmc_project.FruDevice.service +++ b/service_files/xyz.openbmc_project.FruDevice.service
@@ -6,7 +6,7 @@ [Service] ExecStart=/usr/sbin/fru-device -Type=oneshot +Type=simple [Install] WantedBy=basic.target