journald-upload needs to wait for tailscaled
Some checks failed
Build hosts / build-hosts (pull_request) Failing after 1s
Flake check / flake-check (pull_request) Failing after 1s

This commit is contained in:
sid 2026-05-19 14:03:35 +02:00
parent a5323520e2
commit 0c68ed16f7

View file

@ -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
};
}