add lnd TimoutSec
This commit is contained in:
parent
06a971dfa9
commit
40ab4b368a
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ in {
|
|||
RuntimeDirectoryMode = "711";
|
||||
ExecStart = "${cfg.package}/bin/lnd --configfile=${cfg.dataDir}/lnd.conf";
|
||||
User = cfg.user;
|
||||
TimeoutSec = "15min";
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10s";
|
||||
ReadWritePaths = cfg.dataDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue