Merge fort-nix/nix-bitcoin#509: bitcoind, liquidd: increase TimeoutStartSec
99f1dc0bff
bitcoind, liquidd: increase `TimeoutStartSec` (Erik Arvstedt) Pull request description: ACKs for top commit: jonasnick: ACK99f1dc0bff
Tree-SHA512: 29d3093fdeeda44d4737415df008e4c9ffea76df65d1c4a226afe455b63fcc2f8f9f4800a266e6b2040c8c7e17bb37dd88c488a74916d7d2bbbb0fdc7b37df8b
This commit is contained in:
commit
1a0fe723c9
@ -418,7 +418,7 @@ in {
|
||||
NotifyAccess = "all";
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
TimeoutStartSec = "5min";
|
||||
TimeoutStartSec = "10min";
|
||||
TimeoutStopSec = "10min";
|
||||
ExecStart = "${cfg.package}/bin/bitcoind -datadir='${cfg.dataDir}'";
|
||||
Restart = "on-failure";
|
||||
|
@ -270,7 +270,7 @@ in {
|
||||
NotifyAccess = "all";
|
||||
User = cfg.user;
|
||||
Group = cfg.group;
|
||||
TimeoutStartSec = "5min";
|
||||
TimeoutStartSec = "10min";
|
||||
TimeoutStopSec = "10min";
|
||||
ExecStart = "${nbPkgs.elementsd}/bin/elementsd -datadir='${cfg.dataDir}'";
|
||||
Restart = "on-failure";
|
||||
|
Loading…
Reference in New Issue
Block a user