Skip to content

Instantly share code, notes, and snippets.

@kbeckmann
Created April 18, 2018 11:09
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 kbeckmann/852326d200c88496c2e9e0f1e4bff049 to your computer and use it in GitHub Desktop.
Save kbeckmann/852326d200c88496c2e9e0f1e4bff049 to your computer and use it in GitHub Desktop.
Redshift systemd user service
# put in ~/.config/systemd/user/redshift.service
[Unit]
Description=Redshift display colour temperature adjustment
Documentation=http://jonls.dk/redshift/
After=display-manager.service
[Service]
Environment=DISPLAY=:0
ExecStart=/usr/bin/redshift
Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment