fix journald upload service config
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 21s
Flake check / flake-check (pull_request) Successful in 21s

This commit is contained in:
sid 2026-05-19 14:11:00 +02:00
parent 0c68ed16f7
commit 00af06d380

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