blob: ea44dda2dddb928d171f09d28caeaf2e5f6914c9 [file] [log] [blame]
George Hung961e0f52020-05-13 17:25:22 +08001[Unit]
2Description=Boot Status LED Manager
3After=xyz.openbmc_project.LED.GroupManager.service
George Hungd967cf62020-09-03 08:53:35 +08004Wants=xyz.openbmc_project.LED.GroupManager.service
George Hung961e0f52020-05-13 17:25:22 +08005
6[Service]
7ExecStart=/usr/bin/boot-status-led.sh
8StandardOutput=syslog
9Type=simple
George Hungd967cf62020-09-03 08:53:35 +080010Restart=yes
George Hung961e0f52020-05-13 17:25:22 +080011
12[Install]
13WantedBy=multi-user.target