1[Unit]
2Description=Boot Status LED Manager
3After=xyz.openbmc_project.LED.GroupManager.service
4Wants=xyz.openbmc_project.LED.GroupManager.service
5
6[Service]
7ExecStart=/usr/bin/boot-status-led.sh
8Type=simple
9Restart=on-failure
10
11[Install]
12WantedBy=multi-user.target
13