commit | 50a5d06c8a51b350008aa7007c20c71e3dbf04d6 | [log] [tgz] |
---|---|---|
author | George Hung <george.hung@quantatw.com> | Wed Mar 17 21:14:59 2021 +0800 |
committer | George Hung <george.hung@quantatw.com> | Thu Mar 18 02:52:07 2021 +0000 |
tree | d96de08adaa4e57659d83c621a9953606e1b1d0d | |
parent | 2290c0969089cc0094e231b65a37aaf3060edaff [diff] [blame] |
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
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 ea44dda..ab4622e 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 @@ ExecStart=/usr/bin/boot-status-led.sh StandardOutput=syslog Type=simple -Restart=yes +Restart=on-failure [Install] WantedBy=multi-user.target