1[Unit]
2Description=Phosphor Sysfs - Add LED
3After=phosphor-ledcontroller.service
4
5[Service]
6ExecStart=/usr/libexec/phosphor-led-sysfs/add-led-action -p /sys/class/leds/%i
7Type=oneshot
8
9[Install]
10WantedBy=multi-user.target
11