Leonel Gonzalez | 4aaad11 | 2017-07-21 12:54:55 -0500 | [diff] [blame] | 1 | [Unit] |
Saqib Khan | c08734a | 2017-08-19 09:17:54 -0500 | [diff] [blame] | 2 | Description=Deletes read-only and kernel ubi volume %I |
Leonel Gonzalez | 4aaad11 | 2017-07-21 12:54:55 -0500 | [diff] [blame] | 3 | |
4 | [Service] | ||||
5 | Type=oneshot | ||||
6 | RemainAfterExit=no | ||||
Michael Tritz | fbd81be | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 7 | ExecStart=/usr/bin/env obmc-flash-bmc ubiremove rofs-%i |
8 | ExecStart=/usr/bin/env obmc-flash-bmc ubiremove kernel-%i | ||||
9 | SyslogIdentifier=obmc-flash-bmc |