Skip to content

Instantly share code, notes, and snippets.

@DRiKE
Created March 19, 2013 11:07
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 DRiKE/5195290 to your computer and use it in GitHub Desktop.
Save DRiKE/5195290 to your computer and use it in GitHub Desktop.
brightd systemd .service file
[Unit]
Description=Brightd brightness daemon
Wants=display-manager.service
[Service]
Type=forking
ExecStart=/usr/sbin/brightd -d -x -w 6
Restart=on-abort
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment