commit | dd9c79be08bd236e28121ff9b7a8741ecfbc17fa | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 28 13:05:10 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Mar 28 13:05:10 2019 -0700 |
tree | 2bc9fc33e6ae5ffc40974799c74e32defa4b90f6 | |
parent | 9e253eb1976b096902b2d966a191b3b5d5910157 [diff] |
build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I049a33c7102d97110cf5ccf13fec1ad694e33246
diff --git a/service_files/xyz.openbmc_project.EntityManager.service b/service_files/xyz.openbmc_project.EntityManager.service index 815ba8b..651b0f2 100644 --- a/service_files/xyz.openbmc_project.EntityManager.service +++ b/service_files/xyz.openbmc_project.EntityManager.service
@@ -5,7 +5,7 @@ [Service] ExecStartPre=/bin/mkdir -p /var/configuration ExecStartPre=/bin/mkdir -p /tmp/overlays -ExecStart=/usr/sbin/entity-manager +ExecStart=/usr/bin/entity-manager Restart=always Type=simple
diff --git a/service_files/xyz.openbmc_project.FruDevice.service b/service_files/xyz.openbmc_project.FruDevice.service index 3f2ad35..cf4e5e9 100644 --- a/service_files/xyz.openbmc_project.FruDevice.service +++ b/service_files/xyz.openbmc_project.FruDevice.service
@@ -4,7 +4,7 @@ After=xyz.openbmc_project.CloseMuxes.service dbus.service [Service] -ExecStart=/usr/sbin/fru-device +ExecStart=/usr/bin/fru-device Type=simple [Install]