summarylogtreecommitdiffstats
path: root/mba6x_bl.service
blob: 816c2ee3de34305d6efcd7d9d99c0bb49b359a8f (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Remove and reload mba6x to workaround no brightness bug

[Service]
ExecStart=/bin/sh -c "modprobe -r mba6x_bl && modprobe mba6x_bl"
Type=oneshot

[Install]
WantedBy=multi-user.target