journald-upload needs to wait for tailscaled
This commit is contained in:
parent
a5323520e2
commit
0c68ed16f7
1 changed files with 2 additions and 4 deletions
|
|
@ -6,12 +6,10 @@
|
|||
|
||||
systemd.services.systemd-journal-upload = {
|
||||
after = [
|
||||
"network-online.target"
|
||||
"tailscaled.service"
|
||||
];
|
||||
wants = [
|
||||
"network-online.target"
|
||||
"tailscaled.service"
|
||||
];
|
||||
wants = [ "network-online.target" ];
|
||||
timeoutStartSec = 10; # Tailscale can be slow to start
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue