We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c59a464 + 7470374 commit aed5456Copy full SHA for aed5456
1 file changed
docs/user_manual/toolbox/supervisor.md
@@ -3,34 +3,39 @@
3
=== "RedHat / CentOS"
4
5
!!! note ""
6
+
7
**1. Install EPEL repository**
8
9
```bash
10
yum install -y epel-release
11
```
12
13
14
15
**2. Install supervisor**
16
17
18
yum install -y supervisor
19
20
21
22
23
**3. Start supervisord**
24
25
26
systemctl start supervisord
27
28
29
30
31
**4. Enable on boot**
32
33
34
systemctl enable supervisord
35
36
37
38
39
**5. Check status**
40
41
0 commit comments