feat(lnxlink): start after wireplumbler.

This commit is contained in:
CronyAkatsuki 2025-11-02 22:23:50 +01:00
parent 951e76e7d6
commit 8118ac49bf

View file

@ -18,8 +18,10 @@
Unit = { Unit = {
Description = "LNXLlink"; Description = "LNXLlink";
After = ["network-online.target" "mutli-user.target" "graphical.target"]; After = ["network-online.target" "mutli-user.target" "graphical.target"];
Requires = ["wireplumber.service"];
PartOf = ["graphical-session.target"]; PartOf = ["graphical-session.target"];
}; };
Install = { Install = {
WantedBy = ["default.target"]; WantedBy = ["default.target"];
}; };