Technical documentation website for the LBRY protocol
08759225a6
Use `Type=Forking`. By default, `Type=Simple` is used and it expects that the daemon stays forking in the foreground. However, lbrycrdd does the opposite and forks/goes to background. This confuses systemd a little bit: ``` Dec 09 10:30:28 lbry.devass.club systemd[1]: lbrycrdd.service: Unit process 12237 (lbrycrdd) remains running after unit stopped. ``` So basically it thinks that the unit stops working instantly. When the correct type is used, systemd should be able to handle this situations, along with restarts, properly. See also: [AUR systemd service](https://aur.archlinux.org/cgit/aur.git/tree/lbrycrd.service?h=lbrycrd) |
||
---|---|---|
app | ||
documents | ||
.babelrc | ||
.editorconfig | ||
.env.sample | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
config.js | ||
CONTRIBUTING.md | ||
index.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
lbry.tech
We came from the future to help you save the Internet
Technical documentation website for the LBRY protocol.
Prerequisites
- Node (version >= 10)
Notes
- This repo will not run locally if you do not also have the LBRY app/daemon and the web-daemon running.
- When running locally and completing the tipping example in Playground, the LBC donated to a creator comes from your LBC balance. Otherwise, the example will fail. On production, the donated LBC comes from LBRY.
Installation
npm i
Development
npm run watch
and visit localhost:8080
Testing
npm test
Production
npm start
Usage
Visit LBRY.tech to see this repo in production.
Contributing
Contributions to this project are welcome, encouraged, and compensated.
For more details, see CONTRIBUTING.md.
License
This project is MIT licensed. For the full license, see LICENSE.
Security
We take security seriously. Please contact security@lbry.com regarding any security issues.
Our PGP key is here if you need it.
Contact
The primary contact for this project is Thomas Zarebczan (tom+github@lbry.com).