attn: Add dependency to service file

Start the attn_handler.service after the
openpower-update-bios-attr-table.service since that's the service that
sets up the DEVTREE file. Also update the path to DEVTREE since pnor is
being deprecated.

Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Change-Id: Ia160ea5d529acb618690f8fa6e586bc0ef0729c0
diff --git a/attn/attn_handler.service.in b/attn/attn_handler.service.in
index ce2166c..b656a64 100644
--- a/attn/attn_handler.service.in
+++ b/attn/attn_handler.service.in
@@ -6,12 +6,13 @@
 After=fsi-scan@0.service
 After=op-cfam-reset.service
 After=cfam_override@0.service
+After=openpower-update-bios-attr-table.service
 Conflicts=obmc-host-stop@0.target
 Conflicts=obmc-host-timeout@0.target
 StartLimitIntervalSec=600
 
 [Service]
-@ENABLE_PHAL_TRUE@Environment="PDBG_DTB=/var/lib/phosphor-software-manager/pnor/rw/DEVTREE"
+@ENABLE_PHAL_TRUE@Environment="PDBG_DTB=/var/lib/phosphor-software-manager/hostfw/running/DEVTREE"
 ExecStart=/usr/bin/openpower-hw-diags --daemon
 Restart=on-failure