summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/leds/id-led-off/id-led-off.service
blob: 51e59c614401b830a403a80bc44c38598f879b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=turn off the ID LED when BMC is ready
Wants=multi-user.target
After=multi-user.target

[Service]
Type=oneshot
ExecStart=/usr/bin/id-led-off.sh

[Install]
WantedBy=multi-user.target