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 | ||||
4 | Requires=xyz.openbmc_project.LED.GroupManager.service | ||||
5 | |||||
6 | [Service] | ||||
7 | ExecStart=/usr/bin/boot-status-led.sh | ||||
8 | StandardOutput=syslog | ||||
9 | Type=simple | ||||
10 | RemainAfterExit=yes | ||||
11 | Restart=no | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=multi-user.target |