Closed Impa10r closed 11 months ago
It looks like your bitcoin-cli
is not found in the $PATH. My guess is bitcoind is installed outside of the standard PATH. Find out where it is installed and add something like the following to your systemd unit file.
[Service]
Environment=PATH=/home/someUser/bin:/usr/local/sbin
Thanks! All works now.
Issue and Steps to Reproduce
Ubuntu 22, testnet
My lightningd runs fine from the command line, but fails to start as a systemd service. It has something to do with not finding this module when run headless:
plugin-clnrest.py: Killing plugin: disabled itself: No module named 'gunicorn'
Attempted solution:
Work around:
getinfo
output"version": "23.08.1"
/etc/systemd/system/lightningd.service
/home/vlad/.lightning/config