xref: /openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.service (revision c088ff2d4619f46a5d200d90e79f094be3b8bc09)
1*c088ff2dSMike Garrett[Unit]
2*c088ff2dSMike GarrettDescription=Enable Host Boot
3*c088ff2dSMike GarrettWants=phosphor-ipmi-host.service
4*c088ff2dSMike GarrettAfter=phosphor-ipmi-host.service
5*c088ff2dSMike Garrett
6*c088ff2dSMike Garrett[Service]
7*c088ff2dSMike GarrettType=simple
8*c088ff2dSMike GarrettExecStart=/bin/sh -c "host-boot-enable.sh"
9*c088ff2dSMike GarrettSyslogIdentifier=host-boot-enable
10*c088ff2dSMike GarrettRestart=always
11*c088ff2dSMike GarrettRestartSec=5
12*c088ff2dSMike GarrettStartLimitInterval=0
13*c088ff2dSMike Garrett
14*c088ff2dSMike Garrett[Install]
15*c088ff2dSMike GarrettWantedBy=multi-user.target
16