Update autostart-services.md

This commit is contained in:
Stefan Pejcic 2025-05-26 09:20:45 +02:00 committed by GitHub
parent d65f164f60
commit c55ccfef9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ Upon installing OpenPanel, only the following services are started:
- **OpenAdmin** For managing the entire server and users. - **OpenAdmin** For managing the entire server and users.
- **Docker** Needed for all other containerized services and user accounts. - **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. - **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. Other services are installed and started only when required.
@ -37,8 +37,7 @@ Services that auto-start for each user:
| Service | Installed | Auto-start | | Service | Installed | Auto-start |
|--------------------|-----------|---------------------------------------------------| |--------------------|-----------|---------------------------------------------------|
| Apache / Nginx | ✔ | After the user adds the first domain | | Apache / Nginx | ✔ | After the user adds the first domain | |
| SSH | ✘ | After the user enables remote SSH access |
| REDIS | ✘ | After the user installs and activates it | | REDIS | ✘ | After the user installs and activates it |
| Memcached | ✘ | After the user installs and activates it | | Memcached | ✘ | After the user installs and activates it |
| Elasticsearch | ✘ | After the user installs and activates it | | Elasticsearch | ✘ | After the user installs and activates it |