improve new chassis power services

A few miscellaneous changes to improve descriptions and update where
these services are actually installed by the bitbake recipes.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ic4471edcc589cd28f153a708d53f5a9b53fa2913
diff --git a/service_files/phosphor-reset-chassis-running@.service b/service_files/phosphor-reset-chassis-running@.service
index 381f89d..09c1493 100644
--- a/service_files/phosphor-reset-chassis-running@.service
+++ b/service_files/phosphor-reset-chassis-running@.service
@@ -10,6 +10,7 @@
 RemainAfterExit=no
 Type=oneshot
 ExecStart=/bin/sh -c "if [ $(busctl get-property `mapper get-service /org/openbmc/control/power%i` /org/openbmc/control/power%i org.openbmc.control.Power pgood | sed 's/i\s*[1]/on/' | grep on | wc -l) != 0 ]; then mkdir -p /run/openbmc/ && touch /run/openbmc/chassis@%i-on; fi"
+SyslogIdentifier=phosphor-reset-chassis-running
 
 [Install]
 WantedBy=obmc-chassis-powerreset@%i.target