blob: 82763ea20a51eb71a0ef55ff4dd5431791a660fc [file] [log] [blame]
Vishwanatha Subbanna1a8345b2020-10-23 02:10:20 -05001[Unit]
2Description=Set the Asserted property of all the LED groups to %i
3Wants=xyz.openbmc_project.LED.GroupManager
4After=xyz.openbmc_project.LED.GroupManager
5After=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