summarylogtreecommitdiffstats
path: root/mic-mute-led-reverse.service
blob: 10a01a339134fc5e33845d710421774a10d4b52c (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Reverse microphone mute led
After=multi-user.target

[Service]
Type=oneshot
ExecStart=bash -c 'sleep 2; echo route > /sys/devices/virtual/sound/ctl-led/mic/mode'

[Install]
WantedBy=graphical.target