feat(lnxlink): start after wireplumbler.
This commit is contained in:
parent
951e76e7d6
commit
8118ac49bf
1 changed files with 2 additions and 0 deletions
|
|
@ -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"];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue