From c088ff2d4619f46a5d200d90e79f094be3b8bc09 Mon Sep 17 00:00:00 2001 From: Mike Garrett Date: Fri, 27 Aug 2021 16:59:09 -0500 Subject: meta-hpe: Fix host-boot enable override function Code restructured to make the DL360poc the override case Signed-off-by: Mike Garrett Change-Id: I615e040a3329d1af7f8861d751794be5f4a31836 --- .../host/host-boot-enable/host-boot-enable.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.service (limited to 'meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.service') diff --git a/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.service b/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.service new file mode 100644 index 0000000000..58f8c5d251 --- /dev/null +++ b/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.service @@ -0,0 +1,15 @@ +[Unit] +Description=Enable Host Boot +Wants=phosphor-ipmi-host.service +After=phosphor-ipmi-host.service + +[Service] +Type=simple +ExecStart=/bin/sh -c "host-boot-enable.sh" +SyslogIdentifier=host-boot-enable +Restart=always +RestartSec=5 +StartLimitInterval=0 + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3