George Hung | 961e0f5 | 2020-05-13 17:25:22 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Boot Status LED Manager |
| 3 | After=xyz.openbmc_project.LED.GroupManager.service |
George Hung | d967cf6 | 2020-09-03 08:53:35 +0800 | [diff] [blame] | 4 | Wants=xyz.openbmc_project.LED.GroupManager.service |
George Hung | 961e0f5 | 2020-05-13 17:25:22 +0800 | [diff] [blame] | 5 | |
| 6 | [Service] |
| 7 | ExecStart=/usr/bin/boot-status-led.sh |
| 8 | StandardOutput=syslog |
| 9 | Type=simple |
George Hung | d967cf6 | 2020-09-03 08:53:35 +0800 | [diff] [blame] | 10 | Restart=yes |
George Hung | 961e0f5 | 2020-05-13 17:25:22 +0800 | [diff] [blame] | 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |