lbry.tech/documents
Aleksei Kharlamov 08759225a6
wallet-server: update suggested systemd unit
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)
2021-12-10 01:50:40 +01:00
..
partials/overview fix markdown typo in overview 2019-10-24 22:53:06 -04:00
resources wallet-server: update suggested systemd unit 2021-12-10 01:50:40 +01:00
build.md Fixed broken links and typos in documentation 2019-10-24 20:43:40 -04:00
community.md add metadata, fix metadata 2019-02-15 11:50:56 -05:00
contribute.md documents/contribute.md 2021-07-20 15:21:05 +07:00
developer-program.md disable dev program 2021-03-29 09:42:52 -04:00
glossary.md Corrected Some Things 2020-04-30 22:34:08 -07:00
overview.md Update overview.md 2021-06-09 13:54:07 -05:00
playground.md add metadata, fix metadata 2019-02-15 11:50:56 -05:00
resources.md Update resources.md 2021-11-08 11:39:35 -05:00
tutorial-hellosatoshi.md Creating a dedicated page for Hello Satoshi 2021-06-20 12:44:34 -05:00
tutorials.md Add Hello Satoshi Tutorial to list 2021-06-20 12:49:07 -05:00