1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
[Unit] |
||||||
|
Description=Turn off mic mute LED on lenovo thinkpad |
||||||
|
After=multi-user.target |
||||||
|
|
||||||
|
[Service] |
||||||
|
ExecStart=/usr/bin/sh -c '/usr/bin/echo 0 > sys/class/leds/platform\:\:micmute/brightness' |
||||||
|
|
||||||
|
[Install] |
||||||
|
WantedBy=graphical.target |
||||||
Loading…
Reference in new issue