| 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] | ||||
| 7 | Restart=always | ||||
| 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 | ||||