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: Ifb790c07622113237ceee15eb742daa6b9ec16ca
diff --git a/hostlogger.service.in b/hostlogger.service.in
index 1f29416..694d0b2 100644
--- a/hostlogger.service.in
+++ b/hostlogger.service.in
@@ -4,7 +4,7 @@
 After=obmc-console@@HOST_TTY@.service
 
 [Service]
-ExecStart=@sbindir@/hostlogger
+ExecStart=@bindir@/hostlogger
 Restart=always
 Type=dbus
 BusName=xyz.openbmc_project.HostLogger