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