From c55ccfef9cc9de387cb22df714167fceb8a20c9d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 26 May 2025 09:20:45 +0200 Subject: [PATCH] Update autostart-services.md --- website/docs/articles/dev-experience/autostart-services.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/articles/dev-experience/autostart-services.md b/website/docs/articles/dev-experience/autostart-services.md index dc103ef8..93f12801 100644 --- a/website/docs/articles/dev-experience/autostart-services.md +++ b/website/docs/articles/dev-experience/autostart-services.md @@ -9,7 +9,7 @@ Upon installing OpenPanel, only the following services are started: - **OpenAdmin** – For managing the entire server and users. - **Docker** – Needed for all other containerized services and user accounts. - **Database** – MySQL database is created and initialized. This database holds Plans, Websites, Domains, and Users. -- **Firewall** – CSF or UFW are installed and started. +- **Firewall** – CSF is installed and started. Other services are installed and started only when required. @@ -37,8 +37,7 @@ Services that auto-start for each user: | Service | Installed | Auto-start | |--------------------|-----------|---------------------------------------------------| -| Apache / Nginx | ✔ | After the user adds the first domain | -| SSH | ✘ | After the user enables remote SSH access | +| Apache / Nginx | ✔ | After the user adds the first domain | | | REDIS | ✘ | After the user installs and activates it | | Memcached | ✘ | After the user installs and activates it | | Elasticsearch | ✘ | After the user installs and activates it |