Modified two-liner into one-liner (#911)

This commit is contained in:
JeremyStarTM 2022-01-19 23:13:31 +01:00 committed by GitHub
parent 090adf03fe
commit 9e57382ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ apt install elasticsearch
To start ElasticSearch: To start ElasticSearch:
```bash ```bash
systemctl enable elasticsearch systemctl enable --now elasticsearch
systemctl start elasticsearch
``` ```
## Configuring Mastodon {#config} ## Configuring Mastodon {#config}