Skip to content

Commit

Permalink
Disable leds on opiz3
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Aug 12, 2024
1 parent 2e9c0f7 commit 49e7d3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Description=Disable leds

[Service]
ExecStartPre=/bin/bash -c "echo 0 > /sys/class/leds/green_led/brightness"
ExecStart=/bin/bash -c "echo 0 > /sys/class/leds/red_led/brightness"
ExecStartPre=/bin/bash -c "echo none > /sys/class/leds/green_led/trigger"
ExecStart=/bin/bash -c "echo none > /sys/class/leds/red_led/trigger"

[Install]
WantedBy=multi-user.target

0 comments on commit 49e7d3d

Please sign in to comment.