dotwryn/systemd-utils/macbook_pro13/backlight-control.service

9 lines
239 B
SYSTEMD
Raw Normal View History

2019-10-22 17:55:09 +00:00
[Unit]
Description=Enables the gmux backlighting. This is a non-standard NVIDIA issue on Macbooks
[Service]
ExecStart=/usr/bin/bash -c 'setpci -v -H1 -s 00:01.00 BRIDGE_CONTROL=0; gmux_backlight 400'
[Install]
WantedBy=multi-user.target