Skip to content

Commit 7470374

Browse files
authored
Update supervisor.md
1 parent f575189 commit 7470374

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

docs/user_manual/toolbox/supervisor.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,40 @@
22

33
=== "RedHat / CentOS"
44

5-
!!! note ""
5+
!!! note ""
6+
67
**1. Install EPEL repository**
78

89
```bash
910
yum install -y epel-release
1011
```
1112

12-
!!! note ""
13+
!!! note ""
14+
1315
**2. Install supervisor**
1416
1517
```bash
1618
yum install -y supervisor
1719
```
1820

19-
!!! note ""
21+
!!! note ""
22+
2023
**3. Start supervisord**
2124
2225
```bash
2326
systemctl start supervisord
2427
```
2528

26-
!!! note ""
29+
!!! note ""
30+
2731
**4. Enable on boot**
2832

2933
```bash
3034
systemctl enable supervisord
3135
```
3236

33-
!!! note ""
37+
!!! note ""
38+
3439
**5. Check status**
3540

3641
```bash

0 commit comments

Comments
 (0)