blob: 87ccb0fbc2491798aa10908a09ac448fbb15127f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Enable with
# systemctl enable --now fix-f4-led.service
[Unit]
Description=Fix F4 LED on Thinkpad
[Service]
Type=oneshot
ExecStart=/bin/sh -c "echo 0 > /sys/class/leds/platform::micmute/brightness"
[Install]
WantedBy=multi-user.target
|