Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"forceLEDs":[
|
||||
"virtual_enc_fault",
|
||||
"virtual_enc_id"
|
||||
],
|
||||
"skipLEDs":[
|
||||
"virtual_enc_fault",
|
||||
"virtual_enc_id"
|
||||
]
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Create the virtual physical LEDs
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
ExecStart=/usr/libexec/phosphor-led-sysfs/phosphor-ledcontroller -p %f
|
||||
SyslogIdentifier=obmc-led-create-virtual-leds
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Set the Asserted property of all the LED groups to %i
|
||||
Wants=xyz.openbmc_project.LED.GroupManager.service
|
||||
After=xyz.openbmc_project.LED.GroupManager.service
|
||||
After=phosphor-reset-chassis-running@0.service
|
||||
ConditionPathExists=!/run/openbmc/chassis@0-on
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Restart=no
|
||||
EnvironmentFile={envfiledir}/obmc/led/set-all/groups/config
|
||||
ExecStart=/bin/bash -c "led-set-all-groups-asserted.sh %i ${{EXCLUDED_GROUPS}}"
|
||||
SyslogIdentifier=obmc-led-set-all-groups-asserted
|
||||
@@ -0,0 +1 @@
|
||||
EXCLUDED_GROUPS=bmc_booted power_on
|
||||
Reference in New Issue
Block a user