diff --git a/panel/getting_started.md b/panel/getting_started.md index fa058248..a345f1a6 100644 --- a/panel/getting_started.md +++ b/panel/getting_started.md @@ -211,12 +211,10 @@ If you are not using `redis` for anything you should remove the `After=` line, o when the service starts. ::: -::: If you are are using redis for your system, you will want to make sure to enable that it will start on boot. You can do that by running the following command: ```bash sudo systemctl enable redis-server ``` -::: Finally, enable the service and set it to boot on machine start.