Skip to content

Commit f575189

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/user_manual/toolbox/supervisor.md

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

33
=== "RedHat / CentOS"
44

5-
!!! note ""
5+
!!! note ""
66
**1. Install EPEL repository**
77

88
```bash
99
yum install -y epel-release
1010
```
1111

12-
!!! note ""
12+
!!! note ""
1313
**2. Install supervisor**
1414

1515
```bash
1616
yum install -y supervisor
1717
```
1818

19-
!!! note ""
19+
!!! note ""
2020
**3. Start supervisord**
2121

2222
```bash
2323
systemctl start supervisord
2424
```
2525

26-
!!! note ""
26+
!!! note ""
2727
**4. Enable on boot**
2828

2929
```bash
3030
systemctl enable supervisord
3131
```
3232

33-
!!! note ""
33+
!!! note ""
3434
**5. Check status**
3535

3636
```bash
@@ -45,7 +45,7 @@
4545
sudo apt-get install supervisor
4646
```
4747

48-
> Supervisor starts automatically after installation.
48+
> Supervisor starts automatically after installation.
4949
5050
## 2 Initialization
5151

0 commit comments

Comments
 (0)