aboutsummarylogtreecommitdiffstats
path: root/fix-tp-mic-led.service
diff options
context:
space:
mode:
authorRaphael Nestler2022-04-01 13:45:52 +0200
committerRaphael Nestler2022-04-01 13:49:37 +0200
commit1f55ba0e14ef1aa55c8fc6ed4d1a7bf5e7ff41a2 (patch)
tree502646eb0ff128c4ebd8a075f139db993cf5f332 /fix-tp-mic-led.service
parentf997191127a2ab2f062350be5ba71ff1178a82c3 (diff)
downloadaur-1f55ba0e14ef1aa55c8fc6ed4d1a7bf5e7ff41a2.tar.gz
Add fix-tp-mic-led script and service
Source is from https://gist.github.com/evanslify/0b9b13d448f7d1cc211aa2b910ae59fd
Diffstat (limited to 'fix-tp-mic-led.service')
-rw-r--r--fix-tp-mic-led.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/fix-tp-mic-led.service b/fix-tp-mic-led.service
new file mode 100644
index 000000000000..c67d1d21f71c
--- /dev/null
+++ b/fix-tp-mic-led.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Fix ThinkPad T14s AMD Microphone Led
+
+[Service]
+ExecStart=/usr/bin/fix-tp-mic-led.sh
+
+[Install]
+WantedBy=multi-user.target