trayscale should not start before tailscaled

This commit is contained in:
Callum Leslie 2024-09-13 08:27:25 +01:00
parent 1d10befe61
commit 3bb23ce5d5
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90

View file

@ -28,7 +28,7 @@ in {
Unit = {
Description = "An unofficial GUI wrapper around the Tailscale CLI client";
Requires = ["tray.target"];
After = ["graphical-session-pre.target" "tray.target"];
After = ["graphical-session-pre.target" "tray.target" "tailscaled.service"];
PartOf = ["graphical-session.target"];
};
Install = {WantedBy = ["graphical-session.target"];};