1[Unit]
2Description=Power on host
3After=firmware-updates.target
4
5[Service]
6Type=oneshot
7ExecStart=/usr/bin/host_poweron.sh
8
9[Install]
10WantedBy=multi-user.target
11