File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ sudo apt-get install supervisor
67
67
68
68
!!! warning "Configuration Override"
69
69
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
71
71
72
72
Copy the supervisor configuration file:
73
73
74
74
```
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
76
76
```
77
77
78
78
### Start Supervisor Daemon
You can’t perform that action at this time.
0 commit comments