From 277afac77f7c4c2117e111b06dfe9029ed62abbf Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 25 Oct 2024 17:32:22 +0200 Subject: [PATCH] Update autostart-services.md --- .../dev-experience/autostart-services.md | 56 ++++++++++--------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/website/docs/articles/dev-experience/autostart-services.md b/website/docs/articles/dev-experience/autostart-services.md index b8973197..dc103ef8 100644 --- a/website/docs/articles/dev-experience/autostart-services.md +++ b/website/docs/articles/dev-experience/autostart-services.md @@ -15,15 +15,17 @@ Other services are installed and started only when required. | Service | Installed | Auto-start | |------------------------|-----------|---------------------------| -| OpenAdmin | YES | On installation | -| Docker | YES | On installation | -| Database | YES | On installation | -| ConfigServer Firewall | YES | On installation | -| Uncomplicated Firewall | NO | On installation | -| OpenPanel | NO | After adding first user account | -| BIND9 | NO | After adding first domain name | -| Dovecot & Postfix | NO | When enabled by Administrator | -| FTP | NO | When enabled by Administrator, after first FTP account is created | +| OpenAdmin | ✔ | On installation | +| Docker | ✔ | On installation | +| Database | ✔ | On installation | +| ConfigServer Firewall | ✔ | On installation | +| Uncomplicated Firewall | ✘ | On installation | +| OpenPanel | ✘ | After adding first user account | +| BIND9 | ✘ | After adding first domain name | +| Certbot | ✘ | After adding first domain name | +| ClamAV | ✘ | When enabled by Administrator | +| Dovecot & Postfix | ✘ | When enabled by Administrator | +| FTP | ✘ | When enabled by Administrator, after first FTP account is created | ## Auto-start Services in OpenPanel @@ -35,21 +37,21 @@ Services that auto-start for each user: | Service | Installed | Auto-start | |--------------------|-----------|---------------------------------------------------| -| Apache / Nginx | YES | After the user adds the first domain | -| SSH | NO | After the user enables remote SSH access | -| REDIS | NO | After the user installs and activates it | -| Memcached | NO | After the user installs and activates it | -| Elasticsearch | NO | After the user installs and activates it | -| MongoDB | NO | After the user installs and activates it | -| MySQL / MariaDB | YES | After the user adds at least 1 database | -| Cron | YES | After the user adds at least 1 cron job | -| PHP 8.3 | NO | After the user installs and sets it for at least 1 domain | -| PHP 8.2 | YES | After the user adds at least 1 domain | -| PHP 8.1 | NO | After the user installs and sets it for at least 1 domain | -| PHP 8.0 | NO | After the user installs and sets it for at least 1 domain | -| PHP 7.4 | NO | After the user installs and sets it for at least 1 domain | -| PHP 7.3 | NO | After the user installs and sets it for at least 1 domain | -| PHP 7.2 | NO | After the user installs and sets it for at least 1 domain | -| PHP 7.1 | NO | After the user installs and sets it for at least 1 domain | -| PHP 7.0 | NO | After the user installs and sets it for at least 1 domain | -| PHP 5.6 | NO | After the user installs and sets it for at least 1 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 | +| Memcached | ✘ | After the user installs and activates it | +| Elasticsearch | ✘ | After the user installs and activates it | +| MongoDB | ✘ | After the user installs and activates it | +| MySQL / MariaDB | ✔ | After the user adds at least 1 database | +| Cron | ✔ | After the user adds at least 1 cron job | +| PHP 8.3 | ✘ | After the user installs and sets it for at least 1 domain | +| PHP 8.2 | ✔ | After the user adds at least 1 domain | +| PHP 8.1 | ✘ | After the user installs and sets it for at least 1 domain | +| PHP 8.0 | ✘ | After the user installs and sets it for at least 1 domain | +| PHP 7.4 | ✘ | After the user installs and sets it for at least 1 domain | +| PHP 7.3 | ✘ | After the user installs and sets it for at least 1 domain | +| PHP 7.2 | ✘ | After the user installs and sets it for at least 1 domain | +| PHP 7.1 | ✘ | After the user installs and sets it for at least 1 domain | +| PHP 7.0 | ✘ | After the user installs and sets it for at least 1 domain | +| PHP 5.6 | ✘ | After the user installs and sets it for at least 1 domain |