blob: 69d9bb0f49883468a25b4435bf93755d6f3aa1e4 [file] [log] [blame]
Vishwanatha Subbanna1a8345b2020-10-23 02:10:20 -05001[Unit]
2Description=Set the Asserted property of all the LED groups to %i
Andrew Jeffery5523a1a2021-09-29 12:39:01 +09303Wants=xyz.openbmc_project.LED.GroupManager.service
4After=xyz.openbmc_project.LED.GroupManager.service
Vishwanatha Subbanna1a8345b2020-10-23 02:10:20 -05005After=op-reset-chassis-running@0.service
6ConditionPathExists=!/run/openbmc/chassis@0-on
7
8[Service]
9Type=oneshot
10Restart=no
11EnvironmentFile={envfiledir}/obmc/led/set-all/groups/config
12ExecStart=/bin/bash -c "led-set-all-groups-asserted.sh %i ${{EXCLUDED_GROUPS}}"
13SyslogIdentifier=obmc-led-set-all-groups-asserted