Andrew Geissler | 9ca8a11 | 2022-04-07 16:18:47 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Reset pvm_sys_dump_active back to Disabled |
| 3 | Wants=xyz.openbmc_project.biosconfig_manager.service |
| 4 | After=xyz.openbmc_project.biosconfig_manager.service |
| 5 | After=op-enter-mpreboot@%i.service |
| 6 | After=obmc-host-reset@%i.target |
| 7 | ConditionPathExists=!/run/openbmc/host@%i-on |
| 8 | ConditionPathExists=!/run/openbmc/mpreboot@%i |
| 9 | |
| 10 | [Service] |
| 11 | Restart=no |
| 12 | Type=oneshot |
| 13 | ExecStart=/bin/sh -c \ |
| 14 | "busctl set-property xyz.openbmc_project.BIOSConfigManager \ |
| 15 | /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager \ |
Andrew Geissler | 03eaa3e | 2022-05-02 15:27:19 -0400 | [diff] [blame] | 16 | PendingAttributes a{s\\(sv\\)} 1 pvm_sys_dump_active \ |
Andrew Geissler | 9ca8a11 | 2022-04-07 16:18:47 -0500 | [diff] [blame] | 17 | xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled" |
| 18 | |
Deepa Karthikeyan | 3f97eaa | 2023-08-03 01:16:10 -0500 | [diff] [blame] | 19 | #The corresponding bitbake recipe will do the actual installation |
Andrew Geissler | 9ca8a11 | 2022-04-07 16:18:47 -0500 | [diff] [blame] | 20 | [Install] |
Deepa Karthikeyan | 3f97eaa | 2023-08-03 01:16:10 -0500 | [diff] [blame] | 21 | #WantedBy=multi-user.target |
| 22 | #WantedBy=obmc-host-quiesce@%i.target |