| William de Abreu Pinho | bdfaa4d | 2025-06-18 07:38:33 -0700 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor LED Group Management Daemon |
| 3 | Before=mapper-wait@-xyz-openbmc_project-led-groups.service |
| 4 | After=phosphor-ledcontroller.service |
| 5 | |
| 6 | [Service] |
| Brad Bishop | e7f6cd9 | 2025-10-30 14:40:35 -0400 | [diff] [blame] | 7 | Restart=on-failure |
| William de Abreu Pinho | bdfaa4d | 2025-06-18 07:38:33 -0700 | [diff] [blame] | 8 | ExecStart=/usr/libexec/phosphor-led-manager/phosphor-ledmanager |
| 9 | SyslogIdentifier=phosphor-ledmanager |
| 10 | Type=dbus |
| 11 | BusName=xyz.openbmc_project.LED.GroupManager |
| 12 | |
| 13 | [Install] |
| 14 | WantedBy=multi-user.target |