1*9f557368SDhruvaraj Subhashchandran[Unit]
2*9f557368SDhruvaraj SubhashchandranDescription=Remove entries of dumps stored in the host memory during poweroff
3*9f557368SDhruvaraj SubhashchandranWants=obmc-host-stop-pre@0.target
4*9f557368SDhruvaraj SubhashchandranAfter=obmc-host-stop-pre@0.target
5*9f557368SDhruvaraj SubhashchandranWants=obmc-host-stopping@0.target
6*9f557368SDhruvaraj SubhashchandranBefore=obmc-host-stopping@0.target
7*9f557368SDhruvaraj SubhashchandranConflicts=obmc-host-startmin@0.target
8*9f557368SDhruvaraj Subhashchandran
9*9f557368SDhruvaraj Subhashchandran[Service]
10*9f557368SDhruvaraj SubhashchandranType=oneshot
11*9f557368SDhruvaraj SubhashchandranExecStart=/usr/bin/busctl call xyz.openbmc_project.Dump.Manager /xyz/openbmc_project/dump/resource xyz.openbmc_project.Collection.DeleteAll  DeleteAll
12*9f557368SDhruvaraj SubhashchandranExecStart=/usr/bin/busctl call xyz.openbmc_project.Dump.Manager /xyz/openbmc_project/dump/system xyz.openbmc_project.Collection.DeleteAll  DeleteAll
13*9f557368SDhruvaraj SubhashchandranRemainAfterExit=yes
14*9f557368SDhruvaraj Subhashchandran
15*9f557368SDhruvaraj Subhashchandran[Install]
16*9f557368SDhruvaraj SubhashchandranWantedBy=obmc-host-stop@0.target
17