xref: /openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-check-clearvolatile@.service (revision bbb5e3bec1ca0cc073e9096ced453adc23fecffb)
1[Unit]
2Description=Clear the Volatile PNOR partitions in host%I if Enabled
3After=obmc-vpnor-enable-clearvolatile@%i.service
4Before=obmc-host-start-pre@%i.target
5ConditionPathExists=!/run/openbmc/host@%i-on
6
7[Service]
8Type=oneshot
9RemainAfterExit=no
10ExecStart=/usr/bin/obmc-vpnor-util clearvolatile
11
12[Install]
13RequiredBy=obmc-host-startmin@%i.target
14