blob: 6fe05c7aed837f47df75c8c7b4de9f16579c0e42 [file] [log] [blame]
Adriana Kobylak10e915a2019-05-31 13:25:36 -05001[Unit]
2Description=Enable the clearing of the Volatile PNOR partitions in host%I
3After=mapper-wait@-org-open_power-control-volatile.service
4Before=obmc-flash-bios-check-clearvolatile@%i.service
5ConditionPathExists=!/run/openbmc/host@%i-on
6
7[Service]
8Type=oneshot
9RemainAfterExit=no
10ExecStart=/bin/sh -c "busctl set-property `mapper get-service /org/open_power/control/volatile` /org/open_power/control/volatile xyz.openbmc_project.Object.Enable Enabled b true"
11SyslogIdentifier=obmc-flash-bios-enable-clearvolatile
12
13[Install]
14RequiredBy=obmc-host-start@%i.target