13 lines
248 B
SYSTEMD
13 lines
248 B
SYSTEMD
|
[unit]
|
||
|
description=redshift display colour temperature adjustment
|
||
|
documentation=http://jonls.dk/redshift/
|
||
|
after=display-manager.service
|
||
|
|
||
|
[service]
|
||
|
environment=display=:0
|
||
|
execstart=/usr/bin/redshift
|
||
|
restart=always
|
||
|
|
||
|
[install]
|
||
|
wantedby=default.target
|