journald-upload needs to wait for tailscaled #74

Merged
sid merged 2 commits from develop into master 2026-05-19 14:13:16 +02:00
Showing only changes of commit 00af06d380 - Show all commits

View file

@ -10,6 +10,8 @@
"network-online.target" "network-online.target"
]; ];
wants = [ "network-online.target" ]; wants = [ "network-online.target" ];
timeoutStartSec = 10; # Tailscale can be slow to start serviceConfig = {
TimeoutStartSec = 20; # Tailscale is slow
};
}; };
} }