| Joel Stanley | 347ca07 | 2018-08-13 12:29:45 +0930 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=ASPEED LPC boot from PNOR | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | Type=oneshot | ||||
| 6 | ExecStart=/usr/sbin/pnorboot --size 32 | ||||
| 7 | |||||
| 8 | [Install] | ||||
| Patrick Venture | 7573d1c | 2019-04-07 09:26:37 -0700 | [diff] [blame] | 9 | WantedBy=multi-user.target |