summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-29 23:00:15 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-29 23:00:15 +0200
commitb785f1d23b4f68716bc041a863a2ffd925f33ded (patch)
tree7242e8f05b2c0b4c360ac738644cf9b92380e916 /files
parentReplace list of tex packages with texlive group. (diff)
downloadprofiles-b785f1d23b4f68716bc041a863a2ffd925f33ded.tar.gz
profiles-b785f1d23b4f68716bc041a863a2ffd925f33ded.tar.xz
Add redshift.
Diffstat (limited to 'files')
-rw-r--r--files/redshift.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/files/redshift.service b/files/redshift.service
new file mode 100644
index 0000000..962eba3
--- /dev/null
+++ b/files/redshift.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Redshift display colour temperature adjustment
+Documentation=http://jonls.dk/redshift/
+After=display-manager.service
+
+[Service]
+ExecStart=/usr/bin/redshift
+Restart=always
+Environment=FLAGS=
+EnvironmentFile=/etc/default/redshift $FLAGS
+
+[Install]
+WantedBy=default.target