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/console/obmc-console/obmc-console.service b/common/recipes-phosphor/console/obmc-console/obmc-console.service
index 2f540ea..032dc2e 100644
--- a/common/recipes-phosphor/console/obmc-console/obmc-console.service
+++ b/common/recipes-phosphor/console/obmc-console/obmc-console.service
@@ -2,8 +2,8 @@
 Description=OpenBMC console daemon
 
 [Service]
-ExecStart=/usr/sbin/obmc-console-server ttyS0
+ExecStart={sbindir}/obmc-console-server ttyS0
 Restart=always
 
 [Install]
-WantedBy=multi-user.target
+WantedBy={SYSTEMD_DEFAULT_TARGET}