summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service
blob: ab4622efa09168f1a2ddd712a87426efbf5ed959 (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=on-failure

[Install]
WantedBy=multi-user.target