xref: /openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-check-clearvolatile@.service (revision 67dbb254da45755227fbec472737d3506f086afc)
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]
13#RequiredBy=obmc-host-startmin@%i.target
14