mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
10 lines
181 B
SYSTEMD
10 lines
181 B
SYSTEMD
|
[Unit]
|
||
|
Description="Redshift and brightness control for Wayland "
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/wl-gammarelay-rs run
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|