clightning: increase service start timeout

This commit is contained in:
Erik Arvstedt 2025-06-01 23:19:08 +02:00
parent a06d1d8118
commit 4763e2e8f0
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -184,6 +184,8 @@ in {
Restart = "on-failure";
RestartSec = "10s";
ReadWritePaths = [ cfg.dataDir ];
# DB upgrades or recovery after a crash can take a while
TimeoutStartSec = "10m";
} // nbLib.allowedIPAddresses cfg.tor.enforce;
# Wait until the rpc socket appears
postStart = ''