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

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

[Install]
WantedBy=multi-user.target