Use systemd substitutions

Make use of the new substitution feature in the Phosphor
systemd bitbake class.

Change-Id: I2db85347809ef557a53e92af3ffcf17c8003b3ce
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service b/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service
index ffc3110..e032e8f 100644
--- a/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service
+++ b/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service
@@ -3,7 +3,7 @@
 
 [Service]
 Restart=always
-ExecStart=/usr/sbin/btbridged
+ExecStart={sbindir}/btbridged
 
 [Install]
-WantedBy=multi-user.target
+WantedBy={SYSTEMD_DEFAULT_TARGET}