diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-06 13:22:47 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-06 13:22:47 -0500 |
commit | 952768c46ae11e0bb1cb01f527153f6cd2d9ba62 (patch) | |
tree | 520c1c6f54a31919e63bf76c03f1932deb56119a /.config/systemd/user/redshift@.service | |
parent | 9472425275b9cfbaa99301621c338faa5e0a61f6 (diff) |
clean up systemd configuration
Diffstat (limited to '.config/systemd/user/redshift@.service')
-rw-r--r-- | .config/systemd/user/redshift@.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/redshift@.service b/.config/systemd/user/redshift@.service new file mode 100644 index 0000000..41a0b7a --- /dev/null +++ b/.config/systemd/user/redshift@.service @@ -0,0 +1,11 @@ +[Unit] +Description=Redshift display colour temperature adjustment +Documentation=http://jonls.dk/redshift/ + +[Service] +Environment=DISPLAY=%I +ExecStart=/usr/bin/redshift +Restart=always + +[Install] +WantedBy=default.target |