diff --git a/docs/user_manual/toolbox/supervisor.md b/docs/user_manual/toolbox/supervisor.md index 22b951c7..bcdd65c2 100644 --- a/docs/user_manual/toolbox/supervisor.md +++ b/docs/user_manual/toolbox/supervisor.md @@ -1,31 +1,32 @@ ## 1 Installation === "RedHat / CentOS" + !!! note "" **1. Install EPEL repository** ```bash yum install -y epel-release ``` -!!! note "" + !!! note "" **2. Install supervisor** yum install -y supervisor ``` -!!! note "" + !!! note "" **3. Start supervisord** ```bash systemctl start supervisord ``` - !!! note "" + !!! note "" **4. Enable on boot** ```bash systemctl enable supervisord ``` -!!! note "" + !!! note "" **5. Check status** ```bash