fix journald upload service config
This commit is contained in:
parent
0c68ed16f7
commit
00af06d380
1 changed files with 3 additions and 1 deletions
|
|
@ -10,6 +10,8 @@
|
|||
"network-online.target"
|
||||
];
|
||||
wants = [ "network-online.target" ];
|
||||
timeoutStartSec = 10; # Tailscale can be slow to start
|
||||
serviceConfig = {
|
||||
TimeoutStartSec = 20; # Tailscale is slow
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue