Skip to content

Commit aed5456

Browse files
authored
Merge branch 'en/v2' into en/v2
2 parents c59a464 + 7470374 commit aed5456

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/user_manual/toolbox/supervisor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,39 @@
33
=== "RedHat / CentOS"
44

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

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

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

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

2629
!!! note ""
30+
2731
**4. Enable on boot**
2832

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

3337
!!! note ""
38+
3439
**5. Check status**
3540

3641
```bash

0 commit comments

Comments
 (0)