summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service
blob: ea44dda2dddb928d171f09d28caeaf2e5f6914c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Boot Status LED Manager
After=xyz.openbmc_project.LED.GroupManager.service
Wants=xyz.openbmc_project.LED.GroupManager.service

[Service]
ExecStart=/usr/bin/boot-status-led.sh
StandardOutput=syslog
Type=simple
Restart=yes

[Install]
WantedBy=multi-user.target