Created
September 27, 2016 01:47
-
-
Save ahungry/0199e46c7b5a3b36aa8b55227037e347 to your computer and use it in GitHub Desktop.
backlight.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /etc/systemd/system/backlight.service | |
[Unit] | |
Description=Fix the laptop backlight | |
[Service] | |
ExecStart=/usr/local/bin/brightfix.sh | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment