2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Updated path to supervisor config file (#9686)

This commit is contained in:
gunstr
2025-05-21 07:31:18 +02:00
committed by GitHub
parent 5937bb8291
commit 2fbd01a110

View File

@ -67,12 +67,12 @@ sudo apt-get install supervisor
!!! warning "Configuration Override"
If you already have supervisor installed on your system, you will not want to override your existing configuration file.
In this case, edit the existing configuration file at `/etc/supervisord.conf` to integrate the InvenTree processes
In this case, edit the existing configuration file at `/etc/supervisor/supervisord.conf` to integrate the InvenTree processes
Copy the supervisor configuration file:
```
sudo cp /home/inventree/src/contrib/deploy/supervisord.conf /etc/supervisord.conf
sudo cp /home/inventree/src/contrib/deploy/supervisord.conf /etc/supervisor/supervisord.conf
```
### Start Supervisor Daemon