freebsd-ports/net-p2p/c-lightning/files/pkg-message.in
Vasil Dimov 7751b71878 net-p2p/c-lightning: Add a new port - Lightning Network implementation in C
A lighweight, highly customizable and standard compliant
implementation of the Lightning Network protocol.

https://github.com/ElementsProject/lightning
2019-12-31 16:36:33 +00:00

14 lines
432 B
Text

[
{ type: install
message: <<EOM
To configure lightningd system-wide and to start it at boot time:
Copy %%PREFIX%%/etc/lightningd-bitcoin.conf.sample
to - %%PREFIX%%/etc/lightningd-bitcoin.conf and edit according to your setup.
See "lightningd --help" for more information.
Add lightningd_enable="YES" to %%LOCALBASE%%/etc/rc.conf.d/lightningd.
See rc.conf(5) and %%LOCALBASE%%/etc/rc.d/lightningd for more information.
EOM
}
]