1#!/bin/bash
2
3sleep 1
4
5# Set Host Power On
6obmcutil poweron
7
8# Turn on the power Led
9systemctl start obmc-led-group-start@power_on.service
10