summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-03-17 16:14:59 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-03-18 05:52:07 +0300
commit50a5d06c8a51b350008aa7007c20c71e3dbf04d6 (patch)
treed96de08adaa4e57659d83c621a9953606e1b1d0d /meta-quanta/meta-gbs/recipes-gbs
parent2290c0969089cc0094e231b65a37aaf3060edaff (diff)
downloadopenbmc-50a5d06c8a51b350008aa7007c20c71e3dbf04d6.tar.xz
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 <george.hung@quantatw.com> Change-Id: I39e9e4d79e36f1222a3e54c12702b9b8b0ee56fa
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-gbs')
-rw-r--r--meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service2
1 files changed, 1 insertions, 1 deletions
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