Add liquidd pruning
This commit is contained in:
parent
1927fda514
commit
3c7d0c66fb
4 changed files with 6 additions and 1 deletions
|
|
@ -64,6 +64,8 @@ in {
|
|||
chown 'clightning:clightning' '${cfg.dataDir}/config'
|
||||
chmod +w ${cfg.dataDir}/config
|
||||
chmod o-rw ${cfg.dataDir}/config
|
||||
# The RPC socket has to be removed otherwise we might have stale sockets
|
||||
rm -f ${cfg.dataDir}/lightning-rpc
|
||||
echo "bitcoin-rpcpassword=$(cat /secrets/bitcoin-rpcpassword)" >> '${cfg.dataDir}/config'
|
||||
'';
|
||||
serviceConfig =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue