Closed kobiebotha closed 2 years ago
Hello @kobiebotha, yes, you're right and thanks for reporting!
Older version of RaspiBolt's CLN guide created a systemd service called cln.service
. This has been changed recently to comply to standard naming convention of core-lightning. The service has been renamed to lightningd.service
.
-> https://raspibolt.org/guide/bonus/lightning/cln.html
A cleanup of the scripts is in the making, now that RaspiBolt merged the naming branch.
Unfortunately to fully comply, users need to change the CLN installation to lightningd
.
For RaspiBolt this only requires a renaming of the systemd.service, iirc, but might have to check again.
Quick check:
lightningd.service
/data/lightningd/config
My setup:
/etc/systemd/system/cln.service
Steps to reproduce:
sudo bash setupv2.sh
Result:
The below message is printed
However, as you can see on line 139 of
setupv2.sh
, it's only checking for/etc/systemd/system/lightningd.service
<-- doesn't check forcln.service
as per the error message printed on stdout