Skip to content

Instantly share code, notes, and snippets.

@kfiresmith
Last active July 3, 2017 23:41
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 kfiresmith/197a28616149bbe385d5553b523dceaf to your computer and use it in GitHub Desktop.
Save kfiresmith/197a28616149bbe385d5553b523dceaf to your computer and use it in GitHub Desktop.
redshift user service
~/.config/systemd/user/redshift.service
[Unit]
Description=Redshift display colour temperature adjustment
Documentation=http://jonls.dk/redshift/
After=display-manager.service
[Service]
ExecStart=/usr/bin/redshift -v -c /home/kfiresmith/.redshift.conf
Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment