We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5348a23 + 971332f commit 71d4ad7Copy full SHA for 71d4ad7
1 file changed
docs/user_manual/toolbox/supervisor.md
@@ -7,25 +7,25 @@
7
```bash
8
yum install -y epel-release
9
```
10
- !!! note ""
+
11
**2. Install supervisor**
12
13
- ```bash
14
yum install -y supervisor
15
16
17
**3. Start supervisord**
18
19
20
systemctl start supervisord
21
22
23
**4. Enable on boot**
24
25
26
systemctl enable supervisord
27
28
29
**5. Check status**
30
31
0 commit comments