xref: /openbmc/openpower-pnor-code-mgmt/openpower-pnor-update@.service (revision a2e67163d22c69a3f1870737d6d49ccf2d04c450)
1 [Unit]
2 Description=Update PNOR %I
3 
4 [Service]
5 Type=oneshot
6 RemainAfterExit=no
7 ExecStart=/usr/sbin/pflash -E -f -p %I
8 SyslogIdentifier=pflash
9 
10