Skip to content

Instantly share code, notes, and snippets.

@c24w
Created April 30, 2018 13:37
Show Gist options
  • Save c24w/b02c484253805f2c4de6a4dadc004228 to your computer and use it in GitHub Desktop.
Save c24w/b02c484253805f2c4de6a4dadc004228 to your computer and use it in GitHub Desktop.
Disable Raspberry Pi LEDs
#-rwxr-xr-x 1 root root /etc/systemd/system/disable-leds.service
[Unit]
Description=Disable LEDs
[Service]
ExecStart=/usr/bin/lan951x-led-ctl --fdx=0 --lnk=0 --spd=0
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment