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