13 lines
279 B
SYSTEMD
13 lines
279 B
SYSTEMD
|
[Unit]
|
||
|
Description=Redshift display colour temperature adjustment
|
||
|
Documentation=http://jonls.dk/redshift/
|
||
|
Requires=user-graphical-login.target
|
||
|
After=user-graphical-login.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/redshift
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=user-graphical-login.target
|