Skip to content

Commit 2fbd01a

Browse files
authored
Updated path to supervisor config file (#9686)
1 parent 5937bb8 commit 2fbd01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/start/bare_prod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ sudo apt-get install supervisor
6767

6868
!!! warning "Configuration Override"
6969
If you already have supervisor installed on your system, you will not want to override your existing configuration file.
70-
In this case, edit the existing configuration file at `/etc/supervisord.conf` to integrate the InvenTree processes
70+
In this case, edit the existing configuration file at `/etc/supervisor/supervisord.conf` to integrate the InvenTree processes
7171

7272
Copy the supervisor configuration file:
7373

7474
```
75-
sudo cp /home/inventree/src/contrib/deploy/supervisord.conf /etc/supervisord.conf
75+
sudo cp /home/inventree/src/contrib/deploy/supervisord.conf /etc/supervisor/supervisord.conf
7676
```
7777

7878
### Start Supervisor Daemon

0 commit comments

Comments
 (0)