summaryrefslogtreecommitdiff
path: root/.config/systemd/user/redshift@.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-06 13:22:47 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-06 13:22:47 -0500
commit952768c46ae11e0bb1cb01f527153f6cd2d9ba62 (patch)
tree520c1c6f54a31919e63bf76c03f1932deb56119a /.config/systemd/user/redshift@.service
parent9472425275b9cfbaa99301621c338faa5e0a61f6 (diff)
clean up systemd configuration
Diffstat (limited to '.config/systemd/user/redshift@.service')
-rw-r--r--.config/systemd/user/redshift@.service11
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