Make services specific to wayland use their own sysd target

This commit is contained in:
ItsDrike 2023-03-26 13:03:56 +02:00
parent 02b99b30cb
commit bc3a65ba93
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
10 changed files with 12 additions and 8 deletions

View file

@ -1,10 +1,10 @@
[Unit]
Description="Redshift and brightness control for Wayland"
BindsTo=graphical-session.target
BindsTo=wayland-session.target
[Service]
ExecStart=/usr/bin/wl-gammarelay-rs run
Restart=on-failure
[Install]
WantedBy=wm-ready.target
WantedBy=wayland-session.target