blob: 26a0343f17f8791bfef67ed1b0d28eec7fb4ca63 [file] [log] [blame]
Andrew Geissler25875e32017-05-11 09:54:04 -05001[Unit]
2Description=Init PNOR for Host%i
3After=obmc-power-on@%i.target
4Before=obmc-host-start-pre@%i.target
5Conflicts=obmc-host-stop@%i.target
6ConditionPathExists=!/run/openbmc/host@%i-on
7
8[Service]
9Type=oneshot
10RemainAfterExit=yes
11# TODO openbmc/openbmc#1598 - Delete this service once available
Michael Tritzfbd81be2017-08-15 14:07:23 -050012ExecStart=/usr/bin/env pflash -i
13SyslogIdentifier=pflash
Andrew Geissler25875e32017-05-11 09:54:04 -050014
15[Install]
16WantedBy=obmc-host-start@%i.target