We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c4577 commit f575189Copy full SHA for f575189
1 file changed
docs/user_manual/toolbox/supervisor.md
@@ -2,35 +2,35 @@
2
3
=== "RedHat / CentOS"
4
5
- !!! note ""
+!!! note ""
6
**1. Install EPEL repository**
7
8
```bash
9
yum install -y epel-release
10
```
11
12
13
**2. Install supervisor**
14
15
16
yum install -y supervisor
17
18
19
20
**3. Start supervisord**
21
22
23
systemctl start supervisord
24
25
26
27
**4. Enable on boot**
28
29
30
systemctl enable supervisord
31
32
33
34
**5. Check status**
35
36
@@ -45,7 +45,7 @@
45
sudo apt-get install supervisor
46
47
48
- > Supervisor starts automatically after installation.
+> Supervisor starts automatically after installation.
49
50
## 2 Initialization
51
0 commit comments