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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue