blob: 149bb740faf56927cb4df0b865522a830240b15a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Redshift display colour temperature adjustment
Documentation=http://jonls.dk/redshift/
StopWhenUnneeded=true
[Service]
Type=simple
Environment=DISPLAY=%I
ExecStart=/usr/bin/redshift
ExecStopPost=/usr/bin/redshift -x
Restart=always
|