1
0
Fork 0
dotfiles/files/.config/systemd/user/redshift.service

13 lines
279 B
SYSTEMD
Raw Normal View History

[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