mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
14 lines
284 B
SYSTEMD
14 lines
284 B
SYSTEMD
|
[Unit]
|
||
|
Description=Redshift display colour temperature adjustment
|
||
|
Documentation=http://jonls.dk/redshift/
|
||
|
Requires=xorg.target
|
||
|
ConditionPathExists=/usr/bin/redshift
|
||
|
|
||
|
[Service]
|
||
|
Slice=session.slice
|
||
|
ExecStart=/usr/bin/redshift
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|