William de Abreu Pinho | bdfaa4d | 2025-06-18 07:38:33 -0700 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Deassert %i LED |
| 3 | Wants=xyz.openbmc_project.LED.GroupManager.service |
| 4 | After=xyz.openbmc_project.LED.GroupManager.service |
| 5 | Conflicts=obmc-led-group-start@%i.service |
| 6 | |
| 7 | [Service] |
| 8 | Type=oneshot |
| 9 | RemainAfterExit=yes |
| 10 | Restart=no |
| 11 | ExecStart=/bin/sh -c "busctl call xyz.openbmc_project.LED.GroupManager /xyz/openbmc_project/led/groups/%i org.freedesktop.DBus.Properties Set ssv xyz.openbmc_project.Led.Group Asserted b false" |
| 12 | SyslogIdentifier=obmc-led-group-stop |