Compare commits
No commits in common. "a9538ce62cff0050fa8e5fae4d601646b0722a24" and "29f78f795ed2f62fa947151ffb14ba0eaaa60e8b" have entirely different histories.
a9538ce62c
...
29f78f795e
1 changed files with 5 additions and 5 deletions
|
|
@ -6,12 +6,12 @@
|
|||
|
||||
systemd.services.systemd-journal-upload = {
|
||||
after = [
|
||||
"tailscaled.service"
|
||||
"network-online.target"
|
||||
"tailscaled.service"
|
||||
];
|
||||
wants = [
|
||||
"network-online.target"
|
||||
"tailscaled.service"
|
||||
];
|
||||
wants = [ "network-online.target" ];
|
||||
serviceConfig = {
|
||||
TimeoutStartSec = 20; # Tailscale is slow
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue