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