mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
trayscale should not start before tailscaled
This commit is contained in:
parent
1d10befe61
commit
3bb23ce5d5
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ in {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "An unofficial GUI wrapper around the Tailscale CLI client";
|
Description = "An unofficial GUI wrapper around the Tailscale CLI client";
|
||||||
Requires = ["tray.target"];
|
Requires = ["tray.target"];
|
||||||
After = ["graphical-session-pre.target" "tray.target"];
|
After = ["graphical-session-pre.target" "tray.target" "tailscaled.service"];
|
||||||
PartOf = ["graphical-session.target"];
|
PartOf = ["graphical-session.target"];
|
||||||
};
|
};
|
||||||
Install = {WantedBy = ["graphical-session.target"];};
|
Install = {WantedBy = ["graphical-session.target"];};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue