mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
e2f9a410f4
This is a followup to #2892. Since we now attempt to lock the PID file before starting plugins we need to make sure that we actually use a unique lightning directory for anything that attempts to call `--help`. If not we may be conflicting with a `lightningd` that is running against that directory. Notice that this still means that we will be unable to call `--help` on `lightningd` if we have a running instance, but isolation in this case is good, otherwise we'd be reading the default config anyway. Signed-off-by: Christian Decker <decker.christian@gmail.com> |
||
---|---|---|
.. | ||
data | ||
plugins | ||
benchmark.py | ||
btcproxy.py | ||
conftest.py | ||
fixtures.py | ||
requirements.txt | ||
test_closing.py | ||
test_connection.py | ||
test_db.py | ||
test_gossip.py | ||
test_invoices.py | ||
test_misc.py | ||
test_pay.py | ||
test_plugin.py | ||
test_wallet.py | ||
utils.py |