mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update autostart-services.md
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user