add systemd documention to table of contents
This commit is contained in:
parent
70e690dac0
commit
386b818d16
@ -56,6 +56,12 @@
|
|||||||
"github": "en/join-testnet.md",
|
"github": "en/join-testnet.md",
|
||||||
"value": null
|
"value": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Use Lotus with systemd",
|
||||||
|
"slug": "en+install-system-services",
|
||||||
|
"github": "en/install-system-services.md",
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Setup Troubleshooting",
|
"title": "Setup Troubleshooting",
|
||||||
"slug": "en+setup-troubleshooting",
|
"slug": "en+setup-troubleshooting",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Lotus and Miner as a systemd service
|
# Use Lotus with systemd
|
||||||
|
|
||||||
Lotus is capable of running as a systemd service daemon. You can find installable service files for systemd in the [lotus repo](https://github.com/filecoin-project/lotus/tree/master/scripts) as files with `.service` extension. In order to install these service files, you can copy these `.service` files to the default systemd service path.
|
Lotus is capable of running as a systemd service daemon. You can find installable service files for systemd in the [lotus repo scripts directory](https://github.com/filecoin-project/lotus/tree/master/scripts) as files with `.service` extension. In order to install these service files, you can copy these `.service` files to the default systemd service path.
|
||||||
|
|
||||||
## Installing via `make`
|
## Installing via `make`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user