From 50a5d06c8a51b350008aa7007c20c71e3dbf04d6 Mon Sep 17 00:00:00 2001 From: George Hung Date: Wed, 17 Mar 2021 21:14:59 +0800 Subject: meta-quanta: gbs: fix the service restart config error Specify the Restart as on-failure to fix the config error Signed-off-by: George Hung Change-Id: I39e9e4d79e36f1222a3e54c12702b9b8b0ee56fa --- .../meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-quanta/meta-gbs/recipes-gbs') diff --git a/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service b/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service index ea44dda2d..ab4622efa 100644 --- a/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service +++ b/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service @@ -7,7 +7,7 @@ Wants=xyz.openbmc_project.LED.GroupManager.service ExecStart=/usr/bin/boot-status-led.sh StandardOutput=syslog Type=simple -Restart=yes +Restart=on-failure [Install] WantedBy=multi-user.target -- cgit v1.2.3