blob: fda41d6162a504c7cb7e76a0096795b44e4fab2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Redshift display colour temperature adjustment on X display %I
Documentation=http://jonls.dk/redshift/
After=X11@%i.target
Requisite=X11@%i.target
[Service]
Environment=DISPLAY=%I
Type=simple
ExecStart=/usr/bin/env redshift
ExecStopPost=/usr/bin/env redshift -x
|