Skip to content

Instantly share code, notes, and snippets.

@ahungry
Created September 27, 2016 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahungry/0199e46c7b5a3b36aa8b55227037e347 to your computer and use it in GitHub Desktop.
Save ahungry/0199e46c7b5a3b36aa8b55227037e347 to your computer and use it in GitHub Desktop.
backlight.service
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