2018-05-15 14:20:55 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Redshift display colour temperature adjustment
|
|
|
|
Documentation=http://jonls.dk/redshift/
|
2019-03-29 03:12:46 +00:00
|
|
|
Requires=sway-session.target
|
|
|
|
After=sway-session.target
|
2018-05-15 14:20:55 +00:00
|
|
|
|
|
|
|
[Service]
|
2019-03-29 03:12:46 +00:00
|
|
|
ExecStart=/usr/bin/redshift -m wayland
|
2018-05-15 14:20:55 +00:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
2019-03-29 03:12:46 +00:00
|
|
|
WantedBy=sway-session.target
|