Compare commits
3 commits
29f78f795e
...
a9538ce62c
| Author | SHA1 | Date | |
|---|---|---|---|
| a9538ce62c | |||
| 00af06d380 | |||
| 0c68ed16f7 |
1 changed files with 4 additions and 4 deletions
|
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
systemd.services.systemd-journal-upload = {
|
systemd.services.systemd-journal-upload = {
|
||||||
after = [
|
after = [
|
||||||
"network-online.target"
|
|
||||||
"tailscaled.service"
|
"tailscaled.service"
|
||||||
];
|
|
||||||
wants = [
|
|
||||||
"network-online.target"
|
"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