blob: 98778b7a0460ecd094b7c6c64fa2755bfa2b2bcc [file] [log] [blame]
Michael Tritz69848be2018-03-13 16:53:15 -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.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