Dhruvaraj Subhashchandran | d158952 | 2024-06-04 00:38:48 -0500 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Remove resource dump entries during poweroff |
| 3 | Wants=obmc-host-stop-pre@0.target |
| 4 | After=obmc-host-stop-pre@0.target |
| 5 | Wants=obmc-host-stopping@0.target |
| 6 | Before=obmc-host-stopping@0.target |
| 7 | Conflicts=obmc-host-startmin@0.target |
| 8 | ConditionPathExists=!/run/openbmc/host@0-on |
| 9 | |
| 10 | [Service] |
| 11 | Type=oneshot |
| 12 | ExecStart=/usr/bin/dumpdelete com.ibm.Dump.Entry.Resource |
| 13 | |
| 14 | RemainAfterExit=yes |
| 15 | |
| 16 | [Install] |
| 17 | #WantedBy=obmc-host-stop@0.target |
| 18 | |