Skip to content
Merged

En/v2 #116

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/user_manual/toolbox/supervisor.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
## 1 Installation

=== "RedHat / CentOS"

!!! note ""
**1. Install EPEL repository**

```bash
yum install -y epel-release
```
!!! note ""
!!! note ""
**2. Install supervisor**


yum install -y supervisor
```
!!! note ""
!!! note ""
**3. Start supervisord**

```bash
systemctl start supervisord
```
!!! note ""
!!! note ""
**4. Enable on boot**

```bash
systemctl enable supervisord
```
!!! note ""
!!! note ""
**5. Check status**

```bash
Expand Down