mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +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 = {
|
||||
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"];};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue