Skip to content

Commit 71d4ad7

Browse files
authored
Merge pull request #114 from gitplayer4/en/v2
Update supervisor.md
2 parents 5348a23 + 971332f commit 71d4ad7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/user_manual/toolbox/supervisor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
```bash
88
yum install -y epel-release
99
```
10-
!!! note ""
10+
1111
**2. Install supervisor**
1212
13-
```bash
13+
1414
yum install -y supervisor
1515
```
16-
!!! note ""
16+
1717
**3. Start supervisord**
1818
1919
```bash
2020
systemctl start supervisord
2121
```
22-
!!! note ""
22+
2323
**4. Enable on boot**
2424

2525
```bash
2626
systemctl enable supervisord
2727
```
28-
!!! note ""
28+
2929
**5. Check status**
3030

3131
```bash

0 commit comments

Comments
 (0)