Reset dump attribute on obmc-host-quiesce target

The pvm_sys_dump_active bios attribute prevents new dump creation when a
dump is already in progress/ is being offloaded. This attribute is
cleared by the PHYP when the dump is offloaded and deleted.

In case of a PHYP TI with host getting into quiesced state, the
attribute is not cleared which prevents further dump creation. To handle
this scenario, the attribute is reset when the host reaches quiesce
state.

The corresponding bitbake recipe will do the actual installation.

This change is just a documentation to support
https://gerrit.openbmc.org/c/openbmc/openbmc/+/65709 changes

Tested:
When the host is quiesced, initiated a user triggered system dump and
tested. The new system dump is created successfully.

Change-Id: I1484df5056d56a5c71c7ccbb10da9969e46d2a47
Signed-off-by: Deepa Karthikeyan <deepakala.karthikeyan@ibm.com>
diff --git a/service_files/op-clear-sys-dump-active@.service.in b/service_files/op-clear-sys-dump-active@.service.in
index f318eae..c76a393 100644
--- a/service_files/op-clear-sys-dump-active@.service.in
+++ b/service_files/op-clear-sys-dump-active@.service.in
@@ -16,5 +16,7 @@
    PendingAttributes a{s\\(sv\\)} 1 pvm_sys_dump_active \
    xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled"
 
+#The corresponding bitbake recipe will do the actual installation
 [Install]
-WantedBy=multi-user.target
+#WantedBy=multi-user.target
+#WantedBy=obmc-host-quiesce@%i.target