1[Unit] 2Description=Ensure host is off on clean AC cycle 3Before=host-poweron.service 4Before=firmware-updates-pre.target 5 6[Service] 7Type=oneshot 8ExecStart=/usr/bin/host_ensure_off.sh 9 10[Install] 11WantedBy=multi-user.target 12
1[Unit] 2Description=Ensure host is off on clean AC cycle 3Before=host-poweron.service 4Before=firmware-updates-pre.target 5 6[Service] 7Type=oneshot 8ExecStart=/usr/bin/host_ensure_off.sh 9 10[Install] 11WantedBy=multi-user.target 12