fix errors in service file

The service file had a substitution that was no longer
getting done on install; change it with the real path.

The service file also emitted a warning because the dependency
was not listed by type (.service)

Change-Id: I804daf2909202e625419ec03e5fde567a577128f
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
1 file changed
tree: 3e6b80dd9f68298fe56099e64e815cc3a46d68ed
  1. .clang-format
  2. bootstrap.sh
  3. configure.ac
  4. kcsbridged.cpp
  5. kcsbridged.service
  6. LICENSE
  7. MAINTAINERS
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. org.openbmc.HostIpmi.service
  11. phosphor-ipmi-kcs@.service
  12. README.md
README.md

kcsbridge

To Build

To build this package, do the following steps:

1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make

To full clean the repository again run ./bootstrap.sh clean.