clightning: increase service start timeout
This commit is contained in:
parent
a06d1d8118
commit
4763e2e8f0
1 changed files with 2 additions and 0 deletions
|
|
@ -184,6 +184,8 @@ in {
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "10s";
|
RestartSec = "10s";
|
||||||
ReadWritePaths = [ cfg.dataDir ];
|
ReadWritePaths = [ cfg.dataDir ];
|
||||||
|
# DB upgrades or recovery after a crash can take a while
|
||||||
|
TimeoutStartSec = "10m";
|
||||||
} // nbLib.allowedIPAddresses cfg.tor.enforce;
|
} // nbLib.allowedIPAddresses cfg.tor.enforce;
|
||||||
# Wait until the rpc socket appears
|
# Wait until the rpc socket appears
|
||||||
postStart = ''
|
postStart = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue