Skip to content

Commit 82304d7

Browse files
authored
Merge pull request #116 from gitplayer4/en/v2
En/v2
2 parents b2f490b + 97e2c30 commit 82304d7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/user_manual/toolbox/supervisor.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
## 1 Installation
22

33
=== "RedHat / CentOS"
4+
45
!!! note ""
56
**1. Install EPEL repository**
67

78
```bash
89
yum install -y epel-release
910
```
10-
!!! note ""
11+
!!! note ""
1112
**2. Install supervisor**
1213
1314

1415
yum install -y supervisor
1516
```
16-
!!! note ""
17+
!!! note ""
1718
**3. Start supervisord**
1819
1920
```bash
2021
systemctl start supervisord
2122
```
22-
!!! note ""
23+
!!! note ""
2324
**4. Enable on boot**
2425

2526
```bash
2627
systemctl enable supervisord
2728
```
28-
!!! note ""
29+
!!! note ""
2930
**5. Check status**
3031

3132
```bash

0 commit comments

Comments
 (0)