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/flash/files/obmc-phosphor-flashd.service b/common/recipes-phosphor/flash/files/obmc-phosphor-flashd.service
index 1b1b892..ee1640a 100644
--- a/common/recipes-phosphor/flash/files/obmc-phosphor-flashd.service
+++ b/common/recipes-phosphor/flash/files/obmc-phosphor-flashd.service
@@ -3,7 +3,7 @@
 
 [Service]
 Restart=always
-ExecStart=/usr/sbin/obmc-phosphor-flashd
+ExecStart={sbindir}/obmc-phosphor-flashd
 
 [Install]
-WantedBy=multi-user.target
+WantedBy={SYSTEMD_DEFAULT_TARGET}