mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-26 08:10:41 +03:00
clightning: don't cleanup socket on startup
This is now taken care of by clightning itself.
This commit is contained in:
parent
70bfb03e88
commit
b85aac9ba1
@ -170,8 +170,6 @@ in {
|
|||||||
requires = [ "bitcoind.service" ];
|
requires = [ "bitcoind.service" ];
|
||||||
after = [ "bitcoind.service" ];
|
after = [ "bitcoind.service" ];
|
||||||
preStart = ''
|
preStart = ''
|
||||||
# The RPC socket has to be removed otherwise we might have stale sockets
|
|
||||||
rm -f ${cfg.networkDir}/lightning-rpc
|
|
||||||
umask u=rw,g=r,o=
|
umask u=rw,g=r,o=
|
||||||
{
|
{
|
||||||
cat ${configFile}
|
cat ${configFile}
|
||||||
|
Loading…
Reference in New Issue
Block a user