1[Unit]
2Description=ASPEED LPC boot from PNOR
3
4[Service]
5Type=oneshot
6ExecStart=/usr/sbin/pnorboot --size 32
7
8[Install]
9WantedBy=multi-user.target
10